"loosing"→"losing" (typo)
Summary:♥ Closes https://github.com/facebook/react-native/pull/6273 Differential Revision: D3006141 fb-gh-sync-id: 393e05b3a747cc905a1aae1505ed8c7e770f7835 shipit-source-id: 393e05b3a747cc905a1aae1505ed8c7e770f7835
This commit is contained in:
parent
e4766b7979
commit
c2c71ca21c
|
@ -35,7 +35,7 @@ MYAPP_RELEASE_KEY_PASSWORD=*****
|
|||
|
||||
These are going to be global gradle variables, which we can later use in our gradle config to sign our app.
|
||||
|
||||
_Note: Once you publish the app on the Play Store, you will need to republish your app under a different package name (loosing all downloads and ratings) if you want to change the signing key at any point. So backup your keystore and don't forget the passwords._
|
||||
_Note: Once you publish the app on the Play Store, you will need to republish your app under a different package name (losing all downloads and ratings) if you want to change the signing key at any point. So backup your keystore and don't forget the passwords._
|
||||
|
||||
### Adding signing config to your app's gradle config
|
||||
|
||||
|
|
Loading…
Reference in New Issue