Skip to content

Commit 53f348f

Browse files
committed
fix: ui papercuts
1 parent 4810b2a commit 53f348f

14 files changed

+1877
-75
lines changed

example/app/_layout.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ export default function RootLayout() {
4242
presentation: 'modal',
4343
}}
4444
/>
45+
<Stack.Screen
46+
name="library-modal"
47+
options={{
48+
presentation: 'formSheet',
49+
}}
50+
/>
4551
</Stack>
4652
</ComposerProvider>
4753
</RecorderProvider>

example/app/library-modal.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import { LibraryModal } from '../src/screens/LibraryModal';
2+
3+
export default LibraryModal;
4+

0 commit comments

Comments
 (0)