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
{{ message }}
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.
Hello, I am doing an app with react-native which use flexbox for positioning elements.
When I create the
<SideBar />
, thechildren
<View />
usejustifyContent: 'flex-end'
to fix some content at the bottom of my view. (Like explained here: https://medium.com/react-native-training/position-element-at-the-bottom-of-the-screen-using-flexbox-in-react-native-a00b3790ca42)This is my
SideBar
and it break my layout:How can I use the
<SideBar />
without breaking the flex configuration of my layout?The text was updated successfully, but these errors were encountered: