React-native-animatable: Animatable is broken after upgrading React to 0.26.0-rc

Created on 11 May 2016  路  1Comment  路  Source: oblador/react-native-animatable

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')

Most helpful comment

ah, importing has changed,
now it is:
import * as Animatable from 'react-native-animatable'

>All comments

ah, importing has changed,
now it is:
import * as Animatable from 'react-native-animatable'

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ssomnoremac picture ssomnoremac  路  5Comments

chapati23 picture chapati23  路  4Comments

hafiz703 picture hafiz703  路  5Comments

matheuscastroweb picture matheuscastroweb  路  6Comments

dantman picture dantman  路  3Comments