Skip to content

FullWindowOverlay and Portal fails on react native fullscreen presentation modal #41

@Jonatthu

Description

@Jonatthu

Whenever you have a react navigation full screen presentation modal, the Button element does not outputs the console.log value

I I remove and leave the rest, it would start working again.

<Portal>
	<FullWindowOverlay>
		<View className="mt-52 h-full w-full bg-red-400">
			<Button title="Hello world" onPress={() => console.log('HELLO')} />
		</View>
	</FullWindowOverlay>

</Portal>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions