Skip to content

frans-slabbekoorn/react-native-boilerplate

Repository files navigation

React Native TypeScript Boilerplate

Included Packages

  • react-native-rename
  • react-native-dotenv

Instructions

Basic instructions

To start the development server run:

npm start

To run on android:

npm run android

To run on ios:

npm run ios

Useful tools

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

Fonts

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"

Recommendations when starting this boilerplate

Run: npm install Rename the 'name' property in package.json Run: npm run rename newname

About

React Native typescript boilerplate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published