Open heritiermwalila opened 3 years ago
I don't have an "official" way to do this (I've never tried), but here are some resources:
mainViewRef.current!.showModal(modalViewRef.current.nativeView, options);
On the NativeScript 8 roadmap also is a "RootLayout" component that would let you create a new layer to draw UI into.
The doc does not show how to make a modal from the view, How to make a modal in react native script project from ` ' ? I could see the prop but how does it work?