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
105105Assuming you have all the requirements installed, you can setup and run the project by running:
106106
107107- ` 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
109109- run the following steps for your platform
110110
111111### Android
112112
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:
114114 - ` cd android/app `
115115 - ` keytool -genkey -v -keystore debug.keystore -storepass android -alias androiddebugkey -keypass android -keyalg RSA -keysize 2048 -validity 10000 `
116116 - ` cd ../.. ` to come back to the root folder
You can’t perform that action at this time.
0 commit comments