react-native-webview/js
Malcolm Scruggs fb78d13120 fix(webviewShared.js): Support all valid URI schemes and add testing (#293)
* Change origin whitelist to allow for all valid URIs

- Now supports +, -, and .
- Prevent whitelist from matching when preceded by unwanted characters
- URI must begin with letter
- URI Scheme syntax: https://tools.ietf.org/html/rfc3986#section-3.1

* Add jest testing framework and run it on CI

* Add tests for WebViewShared's createOnShouldStartLoadWithRequest
2019-02-03 19:45:58 +01:00
..
__tests__ fix(webviewShared.js): Support all valid URI schemes and add testing (#293) 2019-02-03 19:45:58 +01:00
WebView.android.js feat(Android/iOS postMessage): refactoring the old postMessage implementation (#303) 2019-02-01 18:37:28 +01:00
WebView.ios.js feat(Android/iOS postMessage): refactoring the old postMessage implementation (#303) 2019-02-01 18:37:28 +01:00
WebViewShared.js fix(webviewShared.js): Support all valid URI schemes and add testing (#293) 2019-02-03 19:45:58 +01:00
WebViewTypes.js fix(PostMessage): Renamed ReactNativeWebview to ReactNativeWebView 2019-02-01 22:04:11 +01:00