Pod added to podfile after running link
See original GitHub issueYou want to:
Ask question
Details:
In the manual linking instructions, the iOS instructions do not say to add a pod inside the Podfile. However, when I ran react-native link @react-native-community/async-storage
it added the following line:
pod 'react-native-async-storage', :path => '../node_modules/@react-native-community/async-storage'
I presume this is expected behavior? Should the instructions be updated?
Issue Analytics
- State:
- Created 5 years ago
- Comments:20 (3 by maintainers)
Top Results From Across the Web
Pod added to podfile after running link #36 - GitHub
You want to: Ask question Details: In the manual linking instructions, the iOS instructions do not say to add a pod inside the...
Read more >Using CocoaPods
Create a Podfile, and add your dependencies: ... There is no need to run pod install , and no Internet connection is necessary....
Read more >RNN Pod has not been added to Podfile - react native
after running the script, I run into this output. Running Android postlink script. Linking MainApplication... Extending NavigationApplication ...
Read more >How to add Pods to an Xcode Project | by Soufiane Rafik
If you don't have CocoaPods installed on your machine, You can install it by running the following command on your mac: 2.
Read more >How to add React Native to an existing iOS app in 2022 - Fek.io
Once you modified your Podfile to include the use_react_native! function for your target, you now run the following command to add your ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Awesome. Thank you so much @TheTimeWalker and everybody else for your help the past couple weeks! Much appreciated.
Yup, defining them makes it so that CocoaPods knows where to look for local installations instead of fetching and installing these from the repository