Releases: alexvcasillas/react-native-loading-dots
Releases · alexvcasillas/react-native-loading-dots
v1.4.1
What's Changed
- Added gap for dots by @Nikolaycc in #6
- Working in 1.4.1 beta 1 by @alexvcasillas in #8
New Contributors
- @Nikolaycc made their first contribution in #6
- @alexvcasillas made their first contribution in #8
Full Changelog: v1.3.4...v1.4.1
v1.3.4
This patch includes a .d.ts file for type definitions
Full Changelog: v.1.3.3...v1.3.4
v1.3.3
Upgrade peerDependencies to latest
"peerDependencies": {
"react": "^18.2.0",
"react-native": "^0.73.4"
}v1.3.0
Implement custom component rendering with the components props allowing you to render anything that you would like with the same smooth and bouncy animation that was already implemented.
1.0.7
In this new version you will be able to control the dot sizes!
1.0.6
Improved docs with installation usage