Skip to content

Commit 5805deb

Browse files
committed
chore(example): update example app
1 parent 19ca01e commit 5805deb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/src/main/java/com/freeraspreactnative/FreeraspReactNativeModule.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class FreeraspReactNativeModule(val reactContext: ReactApplicationContext) :
3636
val config = buildTalsecConfig(options)
3737
FreeraspThreatHandler.listener = ThreatListener
3838
listener.registerListener(reactContext)
39-
runOnUiThread { // Your code to run on a different thread or UI thread
39+
runOnUiThread {
4040
Talsec.start(reactContext, config)
4141
}
4242

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)