-
Notifications
You must be signed in to change notification settings - Fork 140
Flagship 7
Brett Weissbart edited this page Sep 27, 2019
·
1 revision
Flagship 7 fixes the Android bundle identifier being hardcoded to com.brandingbrand.and.<appname>
. It will now respect the identifier defined in the bundleIds.android
configuration setting.
The convention for the folder structure within Android apps is to follow the bundle identifier, so the folder structure may change within your app. You can programatically determine the path to the native project using flagship.path.android.nativeProjectPath(config)
. This should only be an issue if your app or scripts manually reference the folder structure within the Android project.
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