shirakaba / react-nativescript

React renderer for NativeScript
https://react-nativescript.netlify.com
MIT License
280 stars 14 forks source link

Documentation does not show how to make a modal from the view #73

Open heritiermwalila opened 3 years ago

heritiermwalila commented 3 years ago

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?

shirakaba commented 3 years ago

I don't have an "official" way to do this (I've never tried), but here are some resources:

On the NativeScript 8 roadmap also is a "RootLayout" component that would let you create a new layer to draw UI into.