Closed calendee closed 6 years ago
Do you use Cocoapods?
Yes, I use Cocoapods and installed as follows:
yarn add react-native-languages
react-native link react-native-languages
pod install
@calendee Looks like a bad React
pod dependency declaration.
Try using the one included with react-native instead of the obsolete one available on cocoapods.
Follow the documentation here: https://facebook.github.io/react-native/docs/integration-with-existing-apps#configuring-cocoapods-dependencies
Thanks for the suggestion. I'll have to try this out next week.
I didn't get around to investigating this. I'm closing for now to cleanup the issue.
Describe your environment
How to repeat issue and example
I have a fairly simple starter project that runs successfully prior to installing
react-native-languages
. The project is based off ofreact-native-firebase
.NOTE: I do NOT actually start to use the library in my app. This whole failure process starts just after installing the library.
I install as follows :
After pod install, got this warning
Start the metro bundler:
Seeing all kinds of issues in the Metro bundler now
Now to try to run the app on device:
Solution
No known solution at this time.