-
Notifications
You must be signed in to change notification settings - Fork 156
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
Request for unified 'react-native link` package setup for both iOS and Android #16
Comments
@sunweiyang Agreed! It's on our ToDo list to get it working for iOS as well! |
Hello @msach22 Why
Thanks! |
@ASerga Thanks for reporting this! I'll investigate further and see what we can do! |
@sunweiyang @ASerga Just wanted to update you folks that this is a WIP and should go out with |
Usually I'm not fanboying things, but this time: A BIG thank you! I was so close to giving up on integrating audio / video chat in my app before I stumbled upon OpenTok. Everything just worked flawlessly! Great documentation and clean integration. As soon as the iOS setup works with P.S. GitHub needs an appreciation page for repositories 😄 |
Thanks for the kind words @emin93! I've opened a PR for the |
@msach22 Thanks again! And perhaps this might give some insight: |
@sunweiyang Looks like this package is also creating an empty swift file: https://github.com/rhdeck/react-native-swift/blob/master/bin/postlink.js#L35 When you create a Swift file, XCode creates a |
Also mentions the need to add an empty file: |
@sunweiyang In any case, I think I'm going to proceed with the empty swift file solution for now and improve as we can. I know it's not a optimal solution, but it is still a step forward because it allows you to use the library without having to use |
Thanks for this improvement @msach22 ! I've taken the desition to migrate to this library from |
Released with |
This
opentok-react-native
package has rather manual setup steps for iOS, and only usesreact-native link
for Android.The common practice now is to use
react-native link
for efficient package setup, with optional manual steps to replacereact-native link
when problems arise.The text was updated successfully, but these errors were encountered: