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
Im getting 'RNSkInfoParameter.h' file not found error when I try to use with Firestore. I tried difficult version combination however I couldn't build. Current version 1.5.0 and react-native-skottie: 2.1.4
Version
1.5.0
Steps to reproduce
Add firestore and react-native-skottie to project
Snack, code example, screenshot, or link to a repository
pod 'FirebaseCore', :modular_headers => true
pod 'GoogleUtilities', :modular_headers => true
pod 'FirebaseCoreExtension', :modular_headers => true
pod 'FirebaseFirestoreInternal', :modular_headers => true
The text was updated successfully, but these errors were encountered:
For others: the fix is to remove/comment the line 15 of file node_modules/react-native-skottie/cpp/RNSkSkottieView.h: #include "RNSkInfoParameter.h"
(For the moment I recommend doing a patch-package until the PR is approved)
Description
Im getting 'RNSkInfoParameter.h' file not found error when I try to use with Firestore. I tried difficult version combination however I couldn't build. Current version 1.5.0 and react-native-skottie: 2.1.4
Version
1.5.0
Steps to reproduce
Add firestore and react-native-skottie to project
Snack, code example, screenshot, or link to a repository
Podfile
The text was updated successfully, but these errors were encountered: