Skip to content

Commit 9131880

Browse files
Update sheetmanager.mdx
Typo in sheetmanager documentation. should be ```sheet.tsx``` not ```sheet.ts```
1 parent 93cf9fc commit 9131880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/guides/sheetmanager.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ registerSheet("example-sheet", ExampleSheet);
3535
export {};
3636
```
3737

38-
In `App.js` import `sheets.ts` and wrap your app in `SheetProvider`.
38+
In `App.js` import `sheets.tsx` and wrap your app in `SheetProvider`.
3939

4040
```tsx
4141
import { SheetProvider } from "react-native-actions-sheet";

0 commit comments

Comments
 (0)