An open API service indexing awesome lists of open source software.

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

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"