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
In your Podfile it requires use_frameworks for some reason. This is not good for React Native 0.69.3. The main reason is react-native-maps, react-native-video, and @react-native-firebase/* and several other super popular packages do not work under use_frameworks. React Native has deprecated use of use_frameworks since 0.68+. I have no idea how to fix this to work without use_frameworks, but I think your team should work on it. Then this library will be super useful for sure.
In your Podfile it requires use_frameworks for some reason. This is not good for React Native 0.69.3. The main reason is react-native-maps, react-native-video, and @react-native-firebase/* and several other super popular packages do not work under use_frameworks. React Native has deprecated use of use_frameworks since 0.68+. I have no idea how to fix this to work without use_frameworks, but I think your team should work on it. Then this library will be super useful for sure.
I heard there might be a static solution for these 2 libraries. Using something like: https://github.com/joncardasis/cocoapods-user-defined-build-types - but I tried a bunch of things and cannot get all to work. Maybe you could try RNFirebase and Maps?
The text was updated successfully, but these errors were encountered: