Skip to content

Releases: alexvcasillas/react-native-loading-dots

v1.4.1

01 Aug 11:45

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.4...v1.4.1

v1.3.4

06 Mar 10:09

Choose a tag to compare

This patch includes a .d.ts file for type definitions

Full Changelog: v.1.3.3...v1.3.4

v1.3.3

21 Feb 12:02

Choose a tag to compare

Upgrade peerDependencies to latest

"peerDependencies": {
  "react": "^18.2.0",
  "react-native": "^0.73.4"
}

v1.3.0

25 Jun 12:05

Choose a tag to compare

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

17 Jun 13:45

Choose a tag to compare

In this new version you will be able to control the dot sizes!

1.0.6

17 Jun 08:07

Choose a tag to compare

Improved docs with installation usage