diff --git a/src/index.js b/src/index.js index c207f5e..fe0b81e 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: false }, ).start(() => { backgroundAnimation.setValue(0); this.nextBackground = screens[currentScreen].backgroundColor;