i want to use react-native-web to run my app in browser.
you know browser window should very large. i have to change some layout,
fix it like old style responsive web app.
one of that is when the window is too large,
put the sidebar with content side by side.
the type: static will push the content out of the window.
so, anybody can tell me how to config react-native-drawer at this moment?
i want to use
react-native-web
to run my app in browser. you know browser window should very large. i have to change some layout, fix it like old style responsive web app. one of that is when the window is too large, put the sidebar with content side by side. thetype: static
will push the content out of the window. so, anybody can tell me how to configreact-native-drawer
at this moment?