-
Notifications
You must be signed in to change notification settings - Fork 139
Getting Started with Flagship
Brett Weissbart edited this page Jul 25, 2019
·
3 revisions
- Fork the Flagship repository into your own Github account
- Clone your fork of Flagship
- Run
yarn
in order to install dependencies and run the TypeScript compiler
Please refer to Testing on iOS and Android for information regarding setting up an Android test device or emulator.
PirateShip is a demo app that can be used to try out Flagship and test new features. Its code is located in /packages/pirateship
.
From the Flagship root directory (not pirateship), run the following:
yarn run ship:init
-
yarn run ship:run-ios
oryarn ship:run-android
Getting Started
- Flagship Technical Introduction
- Setting up Your Development Environment
- Getting Started with Flagship
- Creating a Flagship App
How To
- Running Flagship Apps
- Managing Environments
- Creating App Icons
- Creating Launch Screens
- Signing Your Apps
- Using React Native Permissions v2
- Using SSL Certificate Pinning
- Initializing Multiple Xcode Targets
Major Releases