Package Exports
- react-native-flexbox-grid
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-native-flexbox-grid) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Flexbox Grid
A Set of React Native Components to make a grid easier to reason about. I aim to have it match closely to react bootstraps grid api for familiarity.
The Problem
Responsive Design is easy on the web but a bit harder on a mobile app.
I'm experimenting with using a CSS type grid to have conditional looks based on device width similar to media queries.
What's working
- Basic Grid
- Styles
- Use Flex on items
- Hiding Items
To Do
- Come up with more layouts
- Horizontal Display(Not sure if needed/wanted)