Autosize dialog, handle max height, Dialog.ScrolLView not working

This commit is contained in:
Eric Bailey
2024-01-14 11:14:13 -06:00
parent cb1bfe0e6f
commit 4f71e4ee7d
4 changed files with 36 additions and 33 deletions
+1
View File
@@ -11,6 +11,7 @@ import {Button} from '#/components/Button'
import {DialogOuterProps, DialogInnerProps} from '#/components/Dialog/types'
import {Context, useDialogContext} from '#/components/Dialog/context'
export {ScrollView, TextInput} from 'react-native'
export {useDialogControl, useDialogContext} from '#/components/Dialog/context'
export * from '#/components/Dialog/types'