Skip to content

Commit 33bcc48

Browse files
Update README.md
1 parent e66e3ba commit 33bcc48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ No additional setup is required.
3333
Import and use the `exitApp` function to get the status bar height.
3434

3535
```tsx md title="App.tsx"
36-
import { exitApp } from 'react-native-exit-app';
36+
import { exitApp } from '@logicwind/react-native-exit-app';
3737

3838
<Button title="Exit App" onPress={() => exitApp()} />;
3939
```

0 commit comments

Comments
 (0)