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
Hi, I just set up the repo and run the app on iOS simulator. The app is crashing if I press "Show Menu with ref (Android only)" button in iOS
If the app screen is for android only, perhaps either the button should not be shown or an alert should shown that the screen is Android only and should not allow to proceed to the specified screen.
Steps to reproduce
Install node_modules
Install pods
run the app using Xcode
Go into menu example screen
Press "Show Menu with ref (Android only)" button
Image:
Log: ERROR TypeError: _menuRef$current.show is not a function. (In '_menuRef$current.show()', '_menuRef$current.show' is undefined)
I would love to work on this issue!
The text was updated successfully, but these errors were encountered:
Hi, I just set up the repo and run the app on iOS simulator. The app is crashing if I press "Show Menu with ref (Android only)" button in iOS
If the app screen is for android only, perhaps either the button should not be shown or an alert should shown that the screen is Android only and should not allow to proceed to the specified screen.
Steps to reproduce
Image:
Log:
ERROR TypeError: _menuRef$current.show is not a function. (In '_menuRef$current.show()', '_menuRef$current.show' is undefined)
I would love to work on this issue!
The text was updated successfully, but these errors were encountered: