Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)