Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. render() {
  2. return (
  3. <View style={{width: '80%', height: 150}}>
  4. { /* render Modal content */ }
  5. </View.
  6. );
  7. }
  8.  
  9. Navigation.showOverlay({
  10. component: {
  11. name: 'example.Overlay',
  12. options: {
  13. overlay: {
  14. interceptTouchOutside: false // this make touch events pass through the invisible parts of the overlay
  15. }
  16. }
  17. }
  18. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement