Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/remarkablemark/react-native-webview-example
React Native WebView example
https://github.com/remarkablemark/react-native-webview-example
example react-native webview
Last synced: 3 months ago
JSON representation
React Native WebView example
- Host: GitHub
- URL: https://github.com/remarkablemark/react-native-webview-example
- Owner: remarkablemark
- License: mit
- Created: 2022-06-21T00:52:24.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-17T05:02:48.000Z (5 months ago)
- Last Synced: 2024-10-11T15:13:01.906Z (4 months ago)
- Topics: example, react-native, webview
- Language: TypeScript
- Homepage: https://b.remarkabl.org/3zLhLvA
- Size: 493 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-native-webview-example
[React Native](https://reactnative.dev/) [WebView](https://github.com/react-native-webview/react-native-webview) that renders https://example.com/. See [blog post](https://b.remarkabl.org/3zLhLvA).
## Prerequisites
- [Node.js](https://nodejs.org/)
## Install
Clone the repository:
```sh
git clone https://github.com/remarkablemark/react-native-webview-example.git
cd react-native-webview-example
```Install the dependencies:
```sh
npm install
```## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the app in development mode. The server will restart if you make edits.
## License
[MIT](LICENSE)