-
Notifications
You must be signed in to change notification settings - Fork 101
podspec #31
New issue
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
podspec #31
Conversation
Those file will be linked to the react native iOS project when you run: |
|
@yousefhamza any update on this? |
@DevHossamHassan can you have a look at this PR, I think @yousefhamza didn't understand the value/purpose of it so it was closed. Linking modules via cocoapods is very common, and I think would be great this module to support it too. |
Hey @djhr sorry, I didn't get back to you earlier. I really do appreciate your persistence because taking a second look at it, Our current linking to Instabug is very hacky and this is a much better solution. I want to test a couple of cases first then I will get back to you by today 👍 |
@djhr I'm afraid it doesn't work for us. The React Pod you refer to is now deprecated and it's version doesn't satisfy our minimum requirement for React, also adding it in a pod cause name conflicts between React in Pods directory and React in node_modules directory |
@yousefhamza sorry for the delay getting back to you.
On the podspec file you can specify which version of the dependency you want, e.g.
My guess is you mixed
Also important, after you do Some helpful resources: As last note, I have it working on a project, so it has to be a matter of configuration/steps |
The latest React pod version released is below our latest minimum requirement for React as dependency
In the podspec file, you cannot specify the path as shown in your example, this could be done in the Podfile itself. |
* 📝 change invoking method to handle return values * ✨ add android and ios maps for getTags * ✨ add dart API for getTags * ✨ add getTags to the example app * ✨ add getTags test * Update README.md * 📚 Add documentation
No description provided.