react-native-create-library icon indicating copy to clipboard operation
react-native-create-library copied to clipboard

How I can add my dependencies for my iOS project ?

Open ghost opened this issue 8 years ago • 2 comments

How I can add my dependencies for my iOS project ?

All repositories is private github repo

ghost avatar May 02 '17 13:05 ghost

There are different ways you can integrate a library after creating it via react-native-create-library:

  1. Use react-native link: https://facebook.github.io/react-native/docs/linking-libraries-ios.html#automatic-linking
  2. Manual link: https://facebook.github.io/react-native/docs/linking-libraries-ios.html#manual-linking
  3. Use CocoaPods: https://shift.infinite.red/beginner-s-guide-to-using-cocoapods-with-react-native-46cb4d372995

maicki avatar Feb 18 '18 19:02 maicki

My native module has some cocoapods dependency due to this when i link in another project i get the error at import statement of SDK that can't find SDK which exists in the project s a Pod

jasan-s avatar Dec 24 '18 04:12 jasan-s