You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: