File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,14 +63,15 @@ _**Note**: Do not change BuildConfig.APPLICATION_ID - it's a constant value._
63
63
64
64
65
65
66
- ## Demo Walkthrough
66
+ ## Demo Walkthrough (Development Setup)
67
67
68
68
1 . ` npx react-native init AuthExampleTS --template react-native-template-typescript ` to create a fresh RN project then go into the project folder
69
69
2 . ` npm install react-native-google-fit --save ` install the library
70
70
3 . ` cd .\android\app ` in the root
71
71
there is a ` debug.keystore ` file
72
72
73
73
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.
74
75
```
75
76
keytool -genkey -v -keystore debug.keystore -storepass android -alias androiddebugkey -keypass android -keyalg RSA -keysize 2048 -validity 10000
76
77
```
@@ -107,7 +108,6 @@ Copy your `SHA1: XX:XX:XX:XX:XX...` for later use.
107
108
</br >Nothing you need to do.
108
109
109
110
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
111
111
* add test user email so your developed app can only be accessed by the test user only.
112
112
![ image] ( https://user-images.githubusercontent.com/35160613/123345598-6da4fc00-d524-11eb-93b5-887be9613ab5.png )
113
113
You can’t perform that action at this time.
0 commit comments