Skip to content

Commit 36b70f8

Browse files
committed
chore(example): update example app
1 parent 4e4d937 commit 36b70f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const App = () => {
1414
const config = {
1515
androidConfig: {
1616
packageName: 'com.freeraspreactnativeexample',
17-
certificateHashes: ['your_signing_certificate_hash_base64'],
17+
certificateHashes: ['AKoRuyLMM91E7lX/Zqp3u4jMmd0A7hH/Iqozu0TMVd0='],
1818
// supportedAlternativeStores: ['storeOne', 'storeTwo'],
1919
},
2020
iosConfig: {

0 commit comments

Comments
 (0)