diff --git a/README.md b/README.md index 25c36ac..3aa6f9b 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ This project is developed and maintained by diff --git a/src/index.js b/src/index.js index c207f5e..7b78113 100644 --- a/src/index.js +++ b/src/index.js @@ -137,7 +137,7 @@ class PaperOnboardingContainer extends Component { const { screens } = this.props; Animated.timing( backgroundAnimation, - { toValue: 1, duration: 900 }, + { toValue: 1, duration: 900, useNativeDriver:true }, ).start(() => { backgroundAnimation.setValue(0); this.nextBackground = screens[currentScreen].backgroundColor;