/RNAppUI

React Native App UI demo

Primary LanguageTypeScript

RNAppUI

Product demo UI/UX.

Recommend NodeJS version <= v17.3.0.

The first, setup environment for React Native How to setup environment

Next step, installing library NodeJS. Recommended use Yarn

yarn install

If Yarn is not existed, installing Yarn:

npm install -g typescript

Android

Recommended JDK11

yarn run android

IOS

The first, installing library pod

pod install --project-directory=ios

After done!, run

yarn run ios