File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -105,12 +105,12 @@ You can now create a new git repository for your project (using `git init`) and
105
105
Assuming you have all the requirements installed, you can setup and run the project by running:
106
106
107
107
- ` yarn install ` to install the dependencies
108
- - create your [ configuration file ` App/Config/index.js ` ] ( App/Config ) from ` index.dev.js ` (in you are in dev environment) and fill the missing values
108
+ - 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
109
109
- run the following steps for your platform
110
110
111
111
### Android
112
112
113
- - only the first time you run the project, you need to generate a debug key with :
113
+ - only the first time you run the project, you need to generate a debug key with:
114
114
- ` cd android/app `
115
115
- ` keytool -genkey -v -keystore debug.keystore -storepass android -alias androiddebugkey -keypass android -keyalg RSA -keysize 2048 -validity 10000 `
116
116
- ` cd ../.. ` to come back to the root folder
You can’t perform that action at this time.
0 commit comments