We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e66e3ba commit 33bcc48Copy full SHA for 33bcc48
README.md
@@ -33,7 +33,7 @@ No additional setup is required.
33
Import and use the `exitApp` function to get the status bar height.
34
35
```tsx md title="App.tsx"
36
-import { exitApp } from 'react-native-exit-app';
+import { exitApp } from '@logicwind/react-native-exit-app';
37
38
<Button title="Exit App" onPress={() => exitApp()} />;
39
```
0 commit comments