Commit Graph
23 Commits
Author SHA1 Message Date
Eric Dvorsak 5ac2043b14 Fixes for react-native 0.49 (#8)
* remove override depreacted in react-native 0.47

* fix weaker access priviledges on dispatchEvent method

* fix prop-types and create-class
2017-11-15 11:04:24 +01:00
Roman Volosovskyi 6e46b3c931 use CallRPC method instead of HTTP RPC call 2017-08-09 18:34:55 +03:00
Roman Volosovskyi a5ccd4378a request geolocation permissions 2017-05-08 12:21:20 +03:00
Roman Volosovskyi da127e6943 resetOkHttpClient for webview in Android 2017-04-19 12:21:51 +03:00
Roman Volosovskyi 99e7e9c62a localStorageEnabled option on Android 2016-12-23 12:44:41 +02:00
Roman Volosovskyi 1ef7040cd9 replace UIWebView with WKWebView using react-native-wkwebview-reborn 2016-12-20 11:55:09 +02:00
Roman Volosovskyi 381467999a injectedOnStartLoadingJavaScript on Android 2016-12-16 21:01:26 +02:00
Hunter Medney dd8067b6a0 expose additional properties for file:// resources
properties pass-thru to Android WebView
2016-09-15 23:16:49 -04:00
Hunter Medney 876df0459c remove bridge script injection
this is now handled on the native side
2016-09-15 21:14:41 -04:00
Hunter Medney 1714f78c02 follow ui component event pattern to dispatch webview messages to RN 2016-09-14 12:54:30 -04:00
Hugo Dozois f1d6ebe291 updated files for react-native 0.25
- now using React functions instead of ReactNative
2016-05-06 18:02:29 -07:00
Bilal Budhani 9302e41333 Fixes #67 source not defined issue
Removes source prop from android as well

Pops out source variable from rest of the props for sanity purpose
2016-03-02 21:05:26 +05:30
Ali Najafizadeh 4a3fd66f81 Merge branch 'master' of git://github.com/Bhullnatik/react-native-webview-bridge into Bhullnatik-master 2016-03-01 22:09:15 -05:00
Ali Najafizadeh f718fc3651 Merge branch 'master' of git://github.com/agenthunt/react-native-webview-bridge into agenthunt-master 2016-03-01 22:07:11 -05:00
Jimmy Mayoukou 58038c743a Fix source usage on Android 2016-02-29 17:29:34 +01:00
Shailesh Kumar f4a8057639 Fixed review comments 2016-02-28 00:47:31 +05:30
Ali Najafizadeh c539435ebd fixed #61 - added resolveAssetSource 2016-02-27 12:37:01 -05:00
Shailesh Kumar c9d378353a Fix for Passing require('<SomeLocalURI>') to .source, results in “Error while updating property ‘source’ of a view managed by RCTWebViewBridge”. #61 2016-02-27 22:29:06 +05:30
Ali Najafizadeh 0d3aa9ef12 updated android code to work properly 2016-02-24 13:24:39 -05:00
Miguel Araujo Perez 62cd927042 Proxying props onto child component in Android 2016-02-17 12:02:00 +01:00
Miguel Araujo Perez dab4d71f69 Proxy WebView proptypes to simplify 2016-02-16 10:29:44 +01:00
Ali Najafizadeh 84c43a229e first working version 2016-02-11 16:13:50 -05:00
Ali Najafizadeh 041304364e first refactoring for android script 2016-02-10 14:04:21 -05:00