lucasferreira / react-native-webview-android

Simple React Native Android module to use Android's WebView inside your app
355 stars 158 forks source link

New cross-platform WebView package: react-native-webview #112

Open jamonholmgren opened 5 years ago

jamonholmgren commented 5 years ago

Hey there! Thanks for your hard work on this package.

I've started work extracting the built-in WebView into its own package. This package supports WKWebView (based on Facebook's internal work), Android, and (eventually) Windows 10 via react-native-windows.

After we get the package stable, our goal will be to improve support on all three platforms, including some of the things you've run into with this package.

My question is whether you'd like to collaborate on this new package. I don't intend to put any pressure on you or anything, just offering to combine efforts under the React Native Community repository.

Happy to answer questions and hear comments. Thank you!

lucasferreira commented 5 years ago

Hi @jamonholmgren

I've heard about your "move" and IMHO it's a good way to go. By the way my "native" experience it's mainly with Android/Java with only a few "playing time" with Swift/Obj-C.

If you think that my skills could help with the new react-native-webview package/lib, my answer will be yes and I will be very glad to collaborate with you guys ;)

jamonholmgren commented 5 years ago

That's awesome! We definitely can use help with the Android side of the package, as I think you're more experienced with those issues than I am. 😁

Titozzz commented 5 years ago

Hey can you have a look at this ? https://github.com/react-native-community/react-native-webview/pull/60