react-native-create-library
react-native-create-library copied to clipboard
How I can add my dependencies for my iOS project ?
How I can add my dependencies for my iOS project ?
All repositories is private github repo
There are different ways you can integrate a library after creating it via react-native-create-library:
- Use
react-native link: https://facebook.github.io/react-native/docs/linking-libraries-ios.html#automatic-linking - Manual link: https://facebook.github.io/react-native/docs/linking-libraries-ios.html#manual-linking
- Use CocoaPods: https://shift.infinite.red/beginner-s-guide-to-using-cocoapods-with-react-native-46cb4d372995
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