Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 455 Bytes

File metadata and controls

12 lines (10 loc) · 455 Bytes

React Native-Template

A template for react native project with navigation and svg package. It Contain App Navigation, Login Screen, Home Screen and also Profile Screen. It also have some reusable component ready.

use this command to remove the origin:

  • git remote remove origin

use this command to rename your app:

  • npm install react-native-rename -g
  • react-native-rename "MyApp" -b com.mycompany.myapp
  • react-native run-android -- --reset-cache