We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19ca01e commit b9d6dedCopy full SHA for b9d6ded
example/src/App.tsx
@@ -14,7 +14,7 @@ const App = () => {
14
const config = {
15
androidConfig: {
16
packageName: 'com.freeraspreactnativeexample',
17
- certificateHashes: ['your_signing_certificate_hash_base64'],
+ certificateHashes: ['AKoRuyLMM91E7lX/Zqp3u4jMmd0A7hH/Iqozu0TMVd0='],
18
// supportedAlternativeStores: ['storeOne', 'storeTwo'],
19
},
20
iosConfig: {
0 commit comments