Skip to content

hanium-project/Police-in-my-pocket-frontend

Repository files navigation

How to run

  1. Clone this project

    git clone https://github.com/hanium-project/Police-in-my-pocket-frontend.git
    
  2. node module install

    npm install (--legacy-peer-deps)
  3. custom font link

    npx react-native link
  4. Android run

    npm run android
    
  5. iOS run

    cd ios
    pod install
    cd ..
    npm run ios