I've upgraded React-Native to version 0.26.0-rc . Now when i try using Animatable.View , I'm getting this error:
undefined is not an object (evaluating '_reactNativeAnimatable2.default.View')
ah, importing has changed,
now it is:
import * as Animatable from 'react-native-animatable'
Most helpful comment
ah, importing has changed,
now it is:
import * as Animatable from 'react-native-animatable'