diff --git a/App.tsx b/App.tsx index 125fe1b..5029174 100644 --- a/App.tsx +++ b/App.tsx @@ -15,6 +15,7 @@ import { Text, useColorScheme, View, + Button, } from 'react-native'; import { @@ -25,6 +26,8 @@ import { ReloadInstructions, } from 'react-native/Libraries/NewAppScreen'; +import {useVisitorData} from '@fingerprintjs/fingerprintjs-pro-react-native'; + type SectionProps = PropsWithChildren<{ title: string; }>; @@ -62,6 +65,8 @@ function App(): React.JSX.Element { backgroundColor: isDarkMode ? Colors.darker : Colors.lighter, }; + const {isLoading, error, data, getData} = useVisitorData() + return ( +