circle-userUser App

circle-info

bullhorn NOTE :\ Before launching the app, ensure you have correctly set up the ADMIN LARAVEL and have added all necessary data through the admin panel.

Create a Project :

  1. Open terminal and change location to where you want to create project.

  2. To create a React Native project, run the following command :

    npx react-native init GocabUser

  3. If you want to create a project with a specific React Native version, use the command :

    npx @react-native-community/cli init GocabUser --version 0.77.1

Last updated