-
Notifications
You must be signed in to change notification settings - Fork 492
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
Current version not support RN 0.28 #111
Comments
Anyone know of a fork that supports 0.28? |
I'm using this line in my package.json to work with 0.29 "react-native-webview-bridge": "alinz/react-native-webview-bridge#d06e80dae2c09006" |
@ippy04 Do you have that working with android? |
My project is iOS only unfortunately... |
Ah ok, I can't get it to work with 0.29 and android. |
@saulshanabrook android api for import and exporting a native module has been changed significantly. Going to release 29 soon! |
@alinz Great news! Thank you so much for all your hard work. I almost have |
@alinz any news on the upcoming update? I guess some PR would be also nice in the next version to support latest React Native versions. If you need help tell us. You bridge is so helpful. |
FYI I got the Web Cryptography API working using this library https://github.com/saulshanabrook/react-native-webview-crypto |
Hello, i have the same error with RN 0.31 :( Any idea why ? Thanks a lot ! |
@pcrouillere please use the master branch instead. |
@alinz I did, thanks :) |
import should change to:
The text was updated successfully, but these errors were encountered: