We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi there,
The current React Native CocoaPod mechanism has been deprecated in order to move to NPM for all building. Could you please assist in moving this over?
I have tried myself but I can't seem to get things working properly.
I removed the 'React' dependency from the react-native-sqlite-storage podspec and added:
pod 'React', :path => './node_modules/react-native'
To my main project podspec which seems to use the latest React but no joy in functioning.
Thanks
The text was updated successfully, but these errors were encountered:
Do you have a reference for the deprecation? Would be curious to hear the background there
Sorry, something went wrong.
@donald-jackson any follow up to this? references for deprecation etc?
CocoaPods set-up instructions are corrected in 3.2.2
No branches or pull requests
Hi there,
The current React Native CocoaPod mechanism has been deprecated in order to move to NPM for all building. Could you please assist in moving this over?
I have tried myself but I can't seem to get things working properly.
I removed the 'React' dependency from the react-native-sqlite-storage podspec and added:
To my main project podspec which seems to use the latest React but no joy in functioning.
Thanks
The text was updated successfully, but these errors were encountered: