Nubescope / react-native-facebook-keyframes

A react-native wrapper for Facebook Keyframes
MIT License
104 stars 8 forks source link

Errors on Android RN40 #7

Closed eranbes closed 7 years ago

eranbes commented 7 years ago

RN40.

When following instructions and usingreact-native link react-native-facebook-keyframes, it is adding:

import com.underscope.react.keyframes.RNFacebookKeyframesPackage; rather than: import com.underscope.keyframes.RNFacebookKeyframesPackage; to MainApplication.java.

However, even when I fix that manually I am still getting errors, please find attached. screen shot 2017-01-28 at 20 08 50

jpgarcia commented 7 years ago

Good catch! I'm trying to figure out this one #8 then I'll publish a new npm version.

jpgarcia commented 7 years ago

Hey @eranbes I've just published 1.0.1 including the fix. Thanks for reporting this!