- react-native-rename
- react-native-dotenv
To start the development server run:
npm startTo run on android:
npm run androidTo run on ios:
npm run iosTo rename project run:
npm run rename newname It is not recommended to add uppercases/underscores/dashes in the name
Link dependencies:
npm run linkTo add a font, place it in src/assets/fonts with file name like Font-Weight.ttf which can be used in the styling like this:
fontFamily: "Font-Weight"Run: npm install
Rename the 'name' property in package.json
Run: npm run rename newname