You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Im trying to use for my first time the Drawer Layout from react-native-gesture-handler, but everytime i try to use it wont open.
No error messages, nothing happens.
Simply my code as following :
I tried change
onPress={draw.current.openDrawer}to
onPress={() => {draw.current.openDrawer();console.log(draw.current.state) }}Got output:
{"containerWidth": 430, "dragX": 0, "drawerOpened": true, "drawerState": "Idle", "drawerTranslation": 300, "touchX": 0}Environment:
Beta Was this translation helpful? Give feedback.
All reactions