diff options
Diffstat (limited to 'src/App.native.tsx')
-rw-r--r-- | src/App.native.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.native.tsx b/src/App.native.tsx index ad37aa099..09782a875 100644 --- a/src/App.native.tsx +++ b/src/App.native.tsx @@ -19,7 +19,7 @@ import {handleLink} from './Navigation' SplashScreen.preventAutoHideAsync() -const App = observer(() => { +const App = observer(function AppImpl() { const [rootStore, setRootStore] = useState<RootStoreModel | undefined>( undefined, ) |