Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 294 Bytes

DEV_README.md

File metadata and controls

23 lines (15 loc) · 294 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 run bootstrap install
  1. Run Android
npm run example android
  1. Run iOS
npm run example ios