Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 439 Bytes

File metadata and controls

12 lines (10 loc) · 439 Bytes

On React Native app

  • yarn install
  • yarn start
  • cd android
  • ./gradlew clean build
  • npx rnef package:aar --variant Debug --module-name reactnativeapp (or just ./gradlew :reactnativeapp:clean :reactnativeapp:publishToMavenLocal)
  • npx rnef publish-local:aar --module-name reactnativeapp (or just ./gradlew :reactnativeapp:clean :reactnativeapp:publishToMavenLocal)

On Android app

  • ./gradlew clean build
  • ./gradlew :app:installDebug