37 Commits
Author SHA1 Message Date
Eric Dvorsak 846acf6708 Fixes for react-native 0.49 (#9)
* remove override depreacted in react-native 0.47

* fix weaker access priviledges on dispatchEvent method

* fix prop-types and create-class

* [fix] remove deprecated proptype import for iOS

* fix undefined is not an object (evaluating 'i.View.propTypes.style')
2017-12-15 11:58:28 +02:00
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 12da50b755 remove hideKeyboardAccessoryView; 2016-12-18 18:33:40 +02:00
Roman Volosovskyi 381467999a injectedOnStartLoadingJavaScript on Android 2016-12-16 21:01:26 +02:00
Roman Volosovskyi 85c4266b91 injectedOnStartLoadingJavaScript on iOS 2016-12-16 11:29:54 +02:00
Amsul 6f6cd7a02c Add a prop for iOS to display the keyboard without user input 2016-09-23 12:48:13 -04:00
Hunter Medney c78a77f60e Merge pull request #116 from KishPatel1996/patch-1
ActivityIndicatorIOS  to  ActivityIndicator
2016-09-16 19:10:13 -04: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
Kishan Patel 3a81b8228c ActivityIndicatorIOS >>> ActivityIndicator
The IOS version will soon be deprecated.
2016-07-10 14:59:31 -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
Ali Najafizadeh 50482a90d4 Merge branch 'master' of https://github.com/kemcake/react-native-webview-bridge into kemcake-master 2016-02-24 10:50:43 -05:00
Martin Lundberg e3c57fe1e3 Pass in proxied propTypes on iOS as well. 2016-02-22 16:34:16 +01:00
KemCake 4ba04e203e Add ability to remove ios keyboard accessory view 2016-02-22 11:29:17 +01: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
Ali Najafizadeh 63b6d6af36 fixed a type in method 2016-02-10 13:45:45 -05:00
Ali Najafizadeh 99b2422120 upgraded ios to support rn0.19 2016-02-10 13:38:53 -05:00
gnl e7216c36fa Make webview-bridge typecheck correctly with Flow 2016-01-25 00:14:34 +01:00
Ali Najafizadeh 5255212b4e fixing couple of bugs 2015-12-09 11:43:59 -05:00
Ali Najafizadeh b814116b89 refactoring the whole thing 2015-12-09 10:06:23 -05:00