react-native-webview/example
Jamie Birch 9cb2f6e2f3
feat(iOS): WKUserScripts (e.g. injectedJavaScript) can now update upon props change; and can be configured to inject into all frames. (#1119)
BREAKING CHANGE: 
• Props updates to `injectedJavaScript` are no longer immutable.

• `injectedJavaScript` no longer attaches a `jsEvaluationValue` property to the `onLoadingFinish` event. Check out: https://github.com/react-native-community/react-native-webview/pull/1119#issuecomment-574919464 to migrate with the same behavior.
2020-03-17 14:01:20 -07:00
..
android chore(docs): Update React Native links to reactnative.dev (#1233) 2020-02-25 22:54:06 -08:00
examples feat(iOS): WKUserScripts (e.g. injectedJavaScript) can now update upon props change; and can be configured to inject into all frames. (#1119) 2020-03-17 14:01:20 -07:00
ios feat(iOS): WKUserScripts (e.g. injectedJavaScript) can now update upon props change; and can be configured to inject into all frames. (#1119) 2020-03-17 14:01:20 -07:00
macos feat(macOS): macOS Support (#1164) 2020-02-12 15:39:11 -08:00
windows feat(Windows): Windows support! (#1220) 2020-03-16 19:30:25 -07:00
.gitattributes chore(example): Added example app 2020-01-16 14:49:10 -08:00
.gitignore feat(macOS): macOS Support (#1164) 2020-02-12 15:39:11 -08:00
.prettierrc.js chore(example): Added example app 2020-01-16 14:49:10 -08:00
.watchmanconfig chore(example): Added example app 2020-01-16 14:49:10 -08:00
App.tsx feat(iOS): WKUserScripts (e.g. injectedJavaScript) can now update upon props change; and can be configured to inject into all frames. (#1119) 2020-03-17 14:01:20 -07:00
app.json chore(example): Added example app 2020-01-16 14:49:10 -08:00
babel.config.js chore(example): Added example app 2020-01-16 14:49:10 -08:00
index.js chore(example): Added example app 2020-01-16 14:49:10 -08:00
metro.config.js chore(example): Added example app 2020-01-16 14:49:10 -08:00
tsconfig.json chore(example): Added example app 2020-01-16 14:49:10 -08:00