Skip to content

mongodb-developer/native-sample-react

 
 

Repository files navigation

Capacitor Demo app

Setup

  • Install and configure iOS Native SDKs. See the Capacitor environment guide here
  • Install and configure Android Native SKD. See the Capacitor environment guide here
  • Clone the project
  • run npm install

Building iOS

  • Run a build of the React app: npm run build
  • Sync the native project and web project: npx cap sync ios
  • Open native project: npx cap open ios
  • Build and deploy to a simulator or native device. Details can be found here

Building Android

  • Run a build of the React app: npm run build
  • Sync the native project and web project: npx cap sync android
  • Open native project: npx cap open android
  • Build and deploy to a simulator or native device. Details can be found here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 46.3%
  • CSS 26.4%
  • Swift 13.8%
  • Java 7.2%
  • HTML 3.4%
  • Ruby 1.7%
  • Other 1.2%