<PortalProvider>
<Portal>
<View
ref={view}
style={{flex: 1, backgroundColor: theme.background}}
/>
</Portal>
</PortalProvider>
console.log('view', view.current);
outputs :
LOG : view null
this happens in react native 79 i did not have issue with this in react native 75
console.log('view', view.current);
outputs :
LOG : view null
this happens in react native 79 i did not have issue with this in react native 75