Skip to content

Infomaniak/rn-infomaniak-onboarding

Repository files navigation

Onboarding library

How to run on Android

  1. Install Node.js https://nodejs.org/en/download
  2. Install dependencies from the root of the project
    npm install
  3. Make sure your Android Studio is closed before doing this. From the root of the git project, open Android Studio via terminal so it inherits your Node install:
    open -a "Android Studio" example/android
  4. Navigate to the example app:
    cd example
    
  5. Install dependencies from the root of this example project
    npm install
  6. Start the Expo development server (keep this terminal open):
    npx expo start
    
  7. In Android Studio, run the example app as a regular Android project.

Important

Whatever you do, do not use "Expo Go"

Troubleshooting

  • If you use Proxyman, make sure it's correctly setup because if the api calls do not work they app won't be able to run correctly at all when you try to build it on the emulator.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •