france-kradev / RN-template-typescript

Basic template React Native Typescript using expo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Native Template Typescript

Basic template React Native Typescript using expo

Requirements

Install the following prerequisites before running the project template:

npm i -g expo-cli
# and 
npm install -g eas-cli

reference: https://docs.expo.dev/

Android Studio Emulator or Xcode Emulator for IOS

Getting Started

Simply run this command first:

npm install
# or
yarn 

Then run the development:

npm run ios # for IOS 
npm run android # for Android 
# or
yarn ios
yarn android

Build for APK or EPA

npm run build-ios # for IOS 
npm run build-android # for Android 
# or
yarn build-ios
yarn build-android

reference: https://expo.dev/eas

About

Basic template React Native Typescript using expo


Languages

Language:TypeScript 92.2%Language:JavaScript 7.8%