-
Notifications
You must be signed in to change notification settings - Fork 63
Support for react-native-web
?
#48
Comments
I have never tried and would love a PR to the README if you checked it out 👍 |
So... it works! :-D I didn't need to do anything, just import the module and use the example code of DrawerLayout :-) I needed to figure out how to open the drawer by dragging on the left of the screen (it needs to be done only on the superior region where the text boxes are, not all the left border), but after that it was a surprise see it working :-D I'm using React 16, that's the reason of the error that's being shown, because now it's a bit picky with the propTypes:
Not sure if I should do the pull-request adding the comment on the readme file, or if you would like to take a look on fixing this warning first... Another interesting thing would be to add an |
Since this issue is still open I just wanted to chime in and say I am using this library on 2 production enterprise web applications (via react-native-web) and it works well. Looks something like the following |
I've inspected the code and seems all the APIs and components that
react-native-drawer-layout
uses are already implemented in react-native-web. Do you know if effectively this project support it? I hasn't seen any reference that confirm that... If so, could it be possible to indicate it in theREADME.md
file? :-)The text was updated successfully, but these errors were encountered: