Skip to content

Repository files navigation

React Native iFrame App

Make any website a mobile native app

React native (RN) application to build ios / android app using an existing website. This app uses expo

Example:

S2 website

Install dependencies

$ yarn install

Run in developement mode

$ yarn start

This command starts RN project using Metro bundler and allows to choose on which simulator app should run.

OR run app using different specified simulator:

$ yarn run ios
$ yarn run android
$ yarn run web

Fix problems in the code

Use eslint to fix code

$ yarn run lint

Fix code formatting

Use prettier to polish the code formatting

$ yarn run prettier:write

Build and publish

Build

Follow this build guide

Run

$ expo build:ios

or

$ expo build:android

and follow instructions in the terminal.

Please note
There are two types you can build standalone apps.
archive - if you want to publish your app to the store or distribute it with tools like TestFlight.
Requires developers account

simulator - simulator build

Read for details

Please note x2

$ expo build

Without specifying platform expo automatically publishes your app (with expo publish).
Read for details

Publish

Read the guide

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages