lodev09/react-native-true-sheet

crash on rn 0.74 with new arch enabled

Closed this issue · 1 comments

I've setup a basic project without navigation but once I add the following jsx I get a runtime exception in IOS

<TrueSheet ref={sheet} sizes={["auto", "large"]} cornerRadius={24}>
	<Button onPress={dismiss} title="Dismiss" />
</TrueSheet>```

pods are installed and the project builds fine.

Yeah.. TrueSheet does not support New Arch at this time due to a limitation from RN interop layer with the bridge. It seems like this is only an issue with Swift codebase.

I'm waiting on the next RN version and see if they have fixed this on their end.

Closing this issue, please follow this discussion moving forward.