Skip to content

Releases: chagasaway/react-native-fading-slides

Fixes issue with setState callback

11 Dec 02:52
Compare
Choose a tag to compare

Adds function to setState callback instead of calling directly

Fixes image changing issue

11 Dec 02:34
a316a22
Compare
Choose a tag to compare

Fixes an issue that was happening on image loading by adding a wait time before starting the animation again (after the slide change).

Use Animated API instead of TimerMixin and TweenState

02 Dec 17:57
Compare
Choose a tag to compare
0.2.0

feat(using-animated-api): Updates example to use the published package

Remove peerDependencies

02 Dec 17:49
Compare
Choose a tag to compare

Remove peerDependencies and update react import (now compatible with recent react-native versions)