Skip to content

2. Quick Start

Johann Buscail edited this page Sep 11, 2021 · 1 revision

After downloading the package, simply import the module:

import { WebApp } from "react-native-web-app"

To create a fully functioning app, you only have to pass the website URL:

<WebApp siteUrl="https://mysite.com" />

Even though the code is small, this will enable nearly all the features (back & forward navigation, loading, offline, ...).

If you want to know more about the props you can pass, go to the props page.

Clone this wiki locally