Skip to content

Commit 7a13b5c

Browse files
authoredNov 11, 2021
remove misleading text from installation doc
1 parent 43376d1 commit 7a13b5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎docs/INSTALLATION.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,15 @@ _**Note**: Do not change BuildConfig.APPLICATION_ID - it's a constant value._
6363

6464

6565

66-
## Demo Walkthrough
66+
## Demo Walkthrough (Development Setup)
6767

6868
1. `npx react-native init AuthExampleTS --template react-native-template-typescript` to create a fresh RN project then go into the project folder
6969
2. `npm install react-native-google-fit --save` install the library
7070
3. `cd .\android\app` in the root
7171
there is a `debug.keystore` file
7272

7373
if you don't have one, then run **(You need to enable keytool command in your machine)**
74+
<br/>Sometimes you might want to delete the existing one from template becuase it's outdated, so it's recommanded to create your own fresh one.
7475
```
7576
keytool -genkey -v -keystore debug.keystore -storepass android -alias androiddebugkey -keypass android -keyalg RSA -keysize 2048 -validity 10000
7677
```
@@ -107,7 +108,6 @@ Copy your `SHA1: XX:XX:XX:XX:XX...` for later use.
107108
</br>Nothing you need to do.
108109

109110
After that, Go to your `OAuth consent screen`, there are two ways you can do
110-
* publish your app without verification to let everyone mess around
111111
* add test user email so your developed app can only be accessed by the test user only.
112112
![image](https://user-images.githubusercontent.com/35160613/123345598-6da4fc00-d524-11eb-93b5-887be9613ab5.png)
113113

0 commit comments

Comments
 (0)
Please sign in to comment.