Releases: alexvcasillas/react-native-loading-dots
Releases · alexvcasillas/react-native-loading-dots
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