File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
android/src/main/java/com/freeraspreactnative Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 : {
You can’t perform that action at this time.
0 commit comments