https://github.com/maksimaliabyshev/react-native-webview-postmessage
A working example of sending this to RN
https://github.com/maksimaliabyshev/react-native-webview-postmessage
postmessage react-native typescript webview
Last synced: 3 months ago
JSON representation
A working example of sending this to RN
- Host: GitHub
- URL: https://github.com/maksimaliabyshev/react-native-webview-postmessage
- Owner: maksimaliabyshev
- Created: 2022-10-25T15:54:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-25T16:09:51.000Z (over 3 years ago)
- Last Synced: 2025-04-03T00:41:23.864Z (about 1 year ago)
- Topics: postmessage, react-native, typescript, webview
- Language: Java
- Homepage:
- Size: 303 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-native-webview-postmessage
The button on this site sends a message to the React Native app
## Install
`yarn install`
## React Native App
Build `yarn android`
Dev on real device `yarn wifi` (needs changed ip in package.json)
## Web Site
`yarn web:dev`
## Packages
- "react-native": "0.70.3"
- "react-native-webview": "11.23.1"