You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to add this module to my project and got an error stating the react-native package name was used twice ... after verification, i saw that your podspec has React as a dependancy which adds a react-native module. I don't think it should. If i am using your module, i am already using react-native in my own package.json.
Although when i remove React from your podspec dependancy, the module won't build because it can't find React stuff. Please post an example project using your module so that people have a reference when attempting to integrate.
BTW i have tried cleaning my node_modules repo, clean and re-installing pods, nothing worked.
Thank you
The text was updated successfully, but these errors were encountered:
Hi,
I tried to add this module to my project and got an error stating the react-native package name was used twice ... after verification, i saw that your podspec has React as a dependancy which adds a react-native module. I don't think it should. If i am using your module, i am already using react-native in my own package.json.
Although when i remove React from your podspec dependancy, the module won't build because it can't find React stuff. Please post an example project using your module so that people have a reference when attempting to integrate.
BTW i have tried cleaning my node_modules repo, clean and re-installing pods, nothing worked.
Thank you
The text was updated successfully, but these errors were encountered: