We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a977d83 commit 2391684Copy full SHA for 2391684
1 file changed
example/src/App.tsx
@@ -5,6 +5,7 @@ import {
5
addToWhitelist,
6
useFreeRasp,
7
type SuspiciousAppInfo,
8
+ type TalsecConfig,
9
} from 'freerasp-react-native';
10
import { DemoApp } from './DemoApp';
11
import { commonChecks, iosChecks, androidChecks } from './checks';
@@ -29,7 +30,7 @@ const App = () => {
29
30
})();
31
}, []);
32
- const config = {
33
+ const config: TalsecConfig = {
34
androidConfig: {
35
packageName: 'com.freeraspreactnativeexample',
36
certificateHashes: ['AKoRuyLMM91E7lX/Zqp3u4jMmd0A7hH/Iqozu0TMVd0='],
0 commit comments