Skip to content

Latest commit

 

History

History

example

Getting Started

Note: Make sure you have completed the React Native - Environment Setup instructions till "Creating a new application" step, before proceeding.

Step 1: Build the Portal

This application depends on the web project located in ../web. To build the web project you will need to run yarn install and yarn build from the ../web directory.

cd ../web
yarn install
yarn build

Step 2: Install the Portals CLI

Install the Portals CLI according to the documentation. This is used for syncing web app to the mobile app.

Step 3: Start the Metro Server

yarn start

Step 4: Start the Application

For Android

yarn android

For iOS

yarn ios