Describe the bug
Using this basic example makes the iOS app freeze upon tapping on the popover.
This happens on Expo SDK 52 which has React Native new Architecture enabled.
Disabling the New Architecture(Bridgeless mode) makes it work again.
<Popover
from={(
<TouchableOpacity>
<Text>Press here to open popover!</Text>
</TouchableOpacity>
)}>
<Text>This is the contents of the popover</Text>
</Popover>
Device/Setup Info:
Device: iPad 6th gen
OS: 17.7.1
react-native version: 0.76
react-native-popover-view version: 5.1.9
Debug Output
(NOBRIDGE) LOG [2024-11-19T01:34:57.727Z] calculateRectFromRef - waiting for ref
(NOBRIDGE) LOG [2024-11-19T01:34:57.729Z] calculateRectFromRef - waiting for ref to move from: {"x":0,"y":0,"width":0,"height":0}
Describe the bug Using this basic example makes the iOS app freeze upon tapping on the popover. This happens on Expo SDK 52 which has React Native new Architecture enabled. Disabling the New Architecture(Bridgeless mode) makes it work again.
Device/Setup Info:
react-native
version: 0.76react-native-popover-view
version: 5.1.9Debug Output (NOBRIDGE) LOG [2024-11-19T01:34:57.727Z] calculateRectFromRef - waiting for ref (NOBRIDGE) LOG [2024-11-19T01:34:57.729Z] calculateRectFromRef - waiting for ref to move from: {"x":0,"y":0,"width":0,"height":0}