- react-native-rename
- react-native-dotenv
To start the development server run:
npm start
To run on android:
npm run android
To run on ios:
npm run ios
To rename project run:
npm run rename newname
It is not recommended to add uppercases/underscores/dashes in the name
Link dependencies:
npm run link
To 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