React Native Boilerplate included Typescript, Eslint and Prettier. I recommend to use this template only for reference only.
Tested in React Native > 0.60RC
Make your github repogitory from Use this template button from this github repository.
git clone https://github.com/JeffGuKang/react-native-ts-starter.git
from your localcd react-native-ts-starter
or change the folder name and go inyarn
ornpm install
yarn rename
ornpm rename
to change a project name
yarn rename "RENAME PROJECT" -b com.jeffgukang.rntsstarter
Referenced from react-native-rename
We include .vscode settings can be changed your settings.
If you want to use your vscode settings, just delete the .vscode
folder.
https://code.visualstudio.com/docs/typescript/typescript-tutorial
You would install some modules globally related to ESLint when you use ESLint as global. (ex: npm install -g eslint
)
MIT