jacklein / rn-bottom-drawer

a react native bottom drawer component
MIT License
186 stars 84 forks source link

Deformity, when turning the screen sideways #34

Open recepgums opened 4 years ago

recepgums commented 4 years ago

when i turned the screen sideways the drawer disappear + if I run app while phone horizontal, and change the possition to vertical the drawer staying up and i could't hide it anymore.

Screenshot_2020-03-09-09-53-57-945_com map_project

roman-rr commented 4 years ago

@recepgums Since repo not maintained well, go to https://github.com/roman-rr/cupertino-pane

MinhazMM commented 4 years ago

@recepgums Since repo not maintained well, go to https://github.com/roman-rr/cupertino-pane

Is this repo for RN?

roman-rr commented 4 years ago

@MinhazMM Well i just checked. If there is a way to use JavaScript components in React Native app, this repo can be useful. Otherwise, need make some wrapper for use this js plugin into react component.

MinhazMM commented 4 years ago

@MinhazMM Well i just checked. If there is a way to use JavaScript components in React Native app, this repo can be useful. Otherwise, need make some wrapper for use this js plugin into react component.

I came across this: https://github.com/octopitus/rn-sliding-up-panel, may be you'd find it useful.