Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 275 Bytes

File metadata and controls

23 lines (15 loc) · 275 Bytes

Airship React Native development

The example is set up to reference the module using a yarn workspace.

  1. Setup

Execute the following command in the root directory

npm ci
  1. Run Android
npm run example android
  1. Run iOS
npm run example ios