diff options
author | Hailey <me@haileyok.com> | 2024-10-11 09:30:30 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-11 09:30:30 -0700 |
commit | 7e5c522718108b26d6eddc46aba47a2e086a2fe3 (patch) | |
tree | ecf9a76893fcaa58c19aa1a5f5441ad545cc0fbb /src/App.native.tsx | |
parent | 8c6384175c8343c0cdc14b4fbefd53127f3f1866 (diff) | |
download | voidsky-7e5c522718108b26d6eddc46aba47a2e086a2fe3.tar.zst |
Move intent handler to a child of `InnerApp` (#5695)
Diffstat (limited to 'src/App.native.tsx')
-rw-r--r-- | src/App.native.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/App.native.tsx b/src/App.native.tsx index 0b9f112ee..668fb91fc 100644 --- a/src/App.native.tsx +++ b/src/App.native.tsx @@ -14,7 +14,6 @@ import * as SplashScreen from 'expo-splash-screen' import {msg} from '@lingui/macro' import {useLingui} from '@lingui/react' -import {useIntentHandler} from '#/lib/hooks/useIntentHandler' import {QueryProvider} from '#/lib/react-query' import { initialize, @@ -85,7 +84,6 @@ function InnerApp() { const theme = useColorModeTheme() const {_} = useLingui() - useIntentHandler() const hasCheckedReferrer = useStarterPackEntry() // init |