Commit Graph
233 Commits
Author SHA1 Message Date
Ali Najafizadeh 268e82a96e wip for android 2016-09-30 01:44:36 -04:00
Ali Najafizadeh 5cba955bee make the code ready for android 2016-09-28 23:49:20 -04:00
Ali Najafizadeh b7de2c6e3e fixed README 2016-09-28 20:44:42 -04:00
Ali Najafizadeh 602b4a0f82 fixed path is not set 2016-09-28 17:48:57 -04:00
Ali Najafizadeh eef8c707f1 fixed an issue related to native invoker 2016-09-28 01:41:17 -04:00
Ali Najafizadeh cfd6ceaf8c cleaned up code 2016-09-28 01:35:14 -04:00
Ali Najafizadeh e8f648e17c got basic to work 2016-09-27 23:48:39 -04:00
Ali Najafizadeh 23f16619a8 cleaned up code base 2016-09-27 20:53:03 -04:00
Ali Najafizadeh 27e3eaa05d added rpc calls 2016-09-27 14:01:32 -04:00
Ali Najafizadeh 05188ac40d got 2 ways to work 2016-09-27 13:22:19 -04:00
Ali Najafizadeh 352863c0fb updated rpc example 2016-09-27 09:34:07 -04:00
Ali Najafizadeh 88df0d1be5 added basic rpc and multiple callbacks for onMessage functions 2016-09-27 09:33:52 -04:00
Ali Najafizadeh cddc619004 got the message passing fully functional 2016-09-27 01:10:31 -04:00
Ali Najafizadeh 4ad07f4e91 added sendToBridge and onBridgeMessage 2016-09-27 00:26:14 -04:00
Ali Najafizadeh a6230e19a6 cleaned up and added some basic functionality 2016-09-26 08:59:03 -04:00
Ali Najafizadeh 86c8fe9554 cleaned up 2016-09-26 02:15:24 -04:00
Ali Najafizadeh d94aa03af6 updatetd code base 2016-09-26 02:10:59 -04:00
Ali Najafizadeh 06e8b2493c wip 2016-09-26 02:10:13 -04:00
Ali Najafizadeh 0a5c808a07 rewrote with latest webview 2016-09-25 16:29:07 -04:00
Ali Najafizadeh 3c88470149 added rpc empty example 2016-09-24 15:28:46 -04:00
Ali Najafizadeh 030c1c5a3d Merge pull request #156 from amsul/ios-keyboard-focus-user-input
Add a prop for iOS to display the keyboard without user input
2016-09-23 12:52:43 -04:00
Amsul 6f6cd7a02c Add a prop for iOS to display the keyboard without user input 2016-09-23 12:48:13 -04:00
Ali Najafizadeh 0f7e39ebdb removed beta from android. Android is stable now v0.33.0 2016-09-17 13:49:19 -04:00
Ali Najafizadeh 326c039a7e updated package.json for npm 2016-09-17 13:48:44 -04:00
Hunter Medney a175eccc94 updated contributors 2016-09-17 11:06:51 -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 d66dfaec1b Merge branch 'master' of github.com:alinz/react-native-webview-bridge 2016-09-16 18:50:36 -04:00
Hunter Medney 01d8d7a610 remove unused code 2016-09-16 18:50:27 -04:00
Hunter Medney 9be4a7faa1 Merge pull request #129 from longgame/master
add fix for RN v0.31
2016-09-16 18:37:27 -04:00
Hunter Medney 0780b51dbd update doc for new android file:// props
allowFileAccessFromFileURLs and allowUniversalAccessFromFileURLs
2016-09-16 18:13:02 -04:00
Hunter Medney d86168150d Merge pull request #118 from saulshanabrook/patch-2
Update Android instructions for RN 0.29
2016-09-16 18:10:34 -04:00
Hunter Medney 01f0c171b0 Merge pull request #150 from hmedney/master
IOS and Android updates and fixes for RN 0.33
2016-09-16 17:24:19 -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
Hunter Medney 62713668f2 establish bridge on WebView instance creation 2016-09-14 12:51:45 -04:00
Hunter Medney 6e037bf371 incorporate PR 129 from JakeRawr 2016-09-14 00:05:30 -04:00
Jake Yang 8a9ba6de78 add fix for RN v0.31 2016-08-05 11:13:13 -07:00
Saul Shanabrook b8f7f735c4 Update Android instructions for RN 0.29 2016-07-14 14:09:50 -04:00
Kishan Patel 3a81b8228c ActivityIndicatorIOS >>> ActivityIndicator
The IOS version will soon be deprecated.
2016-07-10 14:59:31 -04:00
Ali Najafizadeh d446ef1a8a Update README.md 2016-06-23 12:28:53 -04:00
Ali Najafizadeh d06e80dae2 Merge pull request #87 from dozoisch/master
Updated files for react-native 0.25
2016-05-10 13:44:38 -04:00
Ali Najafizadeh 1e4846f344 Merge pull request #78 from g6ling/master
README.md Chnage
2016-05-10 13:44:11 -04:00
Ali Najafizadeh b6580b710f Merge pull request #75 from Bhullnatik/master
Add support for Android 1(6)+
2016-05-10 13:43:59 -04:00
Ali Najafizadeh cba2f2072f Merge pull request #83 from tanguyantoine/patch-1
Remove unused package
2016-05-10 13:43:10 -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
Tanguy Antoine e1bccd7d4b Remove unused package 2016-04-21 17:16:16 +02:00
g6ling c7d8d916e2 README.md Chnage 2016-04-04 19:05:57 +09:00
Jimmy Mayoukou c439445ca5 Add support for Android 1+ 2016-03-17 16:36:52 +01:00
Ali Najafizadeh 99f7aff290 Merge branch 'release/0.20.3' 2016-03-05 10:52:11 -05:00