question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Pod added to podfile after running link

See original GitHub issue

You 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:closed
  • Created 5 years ago
  • Comments:20 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
josmithuacommented, Mar 26, 2019

Awesome. Thank you so much @TheTimeWalker and everybody else for your help the past couple weeks! Much appreciated.

1reaction
TheTimeWalkercommented, Mar 26, 2019

Yup, defining them makes it so that CocoaPods knows where to look for local installations instead of fetching and installing these from the repository

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found