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.
RN40.
When following instructions and using
react-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.