-
Notifications
You must be signed in to change notification settings - Fork 128
Updates to support Cocoapods for RN 0.62 #41
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
Conversation
Do you not need to bump the |
Nice catch @zanechua — do you see any other details we should fix? Before this, we weren’t using cocoapods in our main projects. |
Yes. There are actually a few changes that I've made to my own fork of this repo. Was just speaking to the authors that were listed inside the In this PR I see that the docs were updated to require you to include the I've made the changes in my repo and referenced them below. In my own react-native app, we do not have to add any code at all into the Podfile. We just add the zanechua/react-native-zendesk-chat@117e224 EDIT: I've opened 2 PRs from a newly forked repo as that makes it cleaner. The current version that is working with RN0.6x and auto-linking is at https://github.com/zanechua/react-native-zendesk-chat |
Update in Documentation
Add init method for iOS
Update build.gradle and add prechat form
…t-native-zendesk-chat into rm/rn0.62-update-podspec
@robertmurray any reason why we're not using auto-linking and still requiring the manual import of the zendesk header files? |
Added License file and podspec to support CocaPods for RN 0.62. Updated package.json.