react-native-elements / playground

Exploring Possibilities with React Native Elements
https://react-native-elements.js.org
MIT License
19 stars 43 forks source link

Bug: Overlay Component is not rendering #26

Closed tewarig closed 3 years ago

tewarig commented 3 years ago

This issue seems similar to #19 https://react-native-elements.js.org/#/overlay Screenshot from 2021-03-10 22-26-28

tewarig commented 3 years ago

so... I was working on this issue. this is what my bug fix looks like.. should I go ahead with this @pranshuchittora ? pr

pranshuchittora commented 3 years ago

Can you elaborate what's the issue?

tewarig commented 3 years ago

currently in the playground overlay component is not rendering (https://react-native-elements.js.org/#/overlay) this is what it looks like. Screenshot from 2021-03-11 21-56-30 maybe we should add a button (which on clicked)the overlay component appears.. or it should appear by default. when someone visits the playground for the first time.

pranshuchittora commented 3 years ago

Checking the isVisible prop in the playground shows the overlay. Hence that's the intended behaviour