Minimal template of a React Native project with Typescript.
Recommended usage with VSCode
Clone this repository:
git clone https://github.com/mrpatiwi/ReactNativeTS.git
cd ReactNativeTS
Install dependencies:
npm install
Start React Native server:
npm start
Build the source-code with Typescript:
# Build once
npm run build
# Build and watch for changes
npm run build -- --watch
npm run ios
npm run android