You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assuming you have all the requirements installed, you can setup and run the project by running:
26
26
27
27
-`yarn install` to install the dependencies
28
-
- create your [configuration file `App/Config/index.js`](App/Config) from `index.dev.js` (if you are in dev environment) and fill the missing values
28
+
- create your [configuration file `App/Config/index.js`](https://github.com/thecodingmachine/react-native-boilerplate/tree/master/template/src/Config) from `index.dev.js` (if you are in dev environment) and fill the missing values
Copy file name to clipboardExpand all lines: documentation/docs/3_Guides/BetaBuild.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ Before continuing make sure you have:
59
59
-[ ] Choose the [bundle identifier](https://cocoacasts.com/what-are-app-ids-and-bundle-identifiers/) of your app (for example `com.tcm.boilerplate`)
60
60
-[ ] An Apple ID with an admin user, with its username (email, for example `[email protected]`) and password
61
61
-[ ] Your app name, if not already created on the Developer Portal (for example `TCM React Native Boilerplate`). Fastlane can create applications in the Developer Portal and App Store Connect, so it's recommended to let Fastlane do the job for you.
62
-
-[ ] Use the right [.gitignore](../ios/.gitignore) file inside the `ios` directory
62
+
-[ ] Use the right [.gitignore](https://github.com/thecodingmachine/react-native-boilerplate/blob/master/template/ios/.gitignore) file inside the `ios` directory
63
63
-[ ] You also need to create an App Icon to use Fastlane or you will get an error on running `fastlane beta`. You can simply create one using the website [MakeAppIcon](https://makeappicon.com/)
64
64
65
65
Open your Xcode project and modify some information:
@@ -210,7 +210,7 @@ Before continuing make sure you have:
210
210
211
211
-[ ] A Google Play Console *admin* account and its username (email, for example `[email protected]`) and password
212
212
-[ ] Create your application in the Google Play Console (unlike for iOS Fastlane cannot do that for you)
213
-
-[ ] Use the right [.gitignore](../android/.gitignore) file inside the `android` directory (if you are using this boilerplate you are good to go)
213
+
-[ ] Use the right [.gitignore](https://github.com/thecodingmachine/react-native-boilerplate/blob/master/template/android/.gitignore) file inside the `android` directory (if you are using this boilerplate you are good to go)
214
214
-[ ][Collect your Google Credentials](https://docs.fastlane.tools/getting-started/android/setup/#collect-your-google-credentials)
215
215
:warning: In the Google Play Console, add the parameter `&hl=en` at the end of the URL (before any #) to switch to English. In some languages, the "Create Service Account" will not be available.
216
216
Download the JSON key file, and copy it into `my-project/android/key.json`
0 commit comments