Skip to content
This repository was archived by the owner on Mar 15, 2025. It is now read-only.

Commit 5e8457c

Browse files
committed
Added readme
1 parent 63c89e9 commit 5e8457c

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Flexbox Grid
2+
3+
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.
4+
5+
# The Problem
6+
Responsive Design is easy on the web but a bit harder on a mobile app.
7+
8+
I'm experimenting with using a CSS type grid to have conditional looks based on device width similar to media queries.
9+
10+
# What's working
11+
* Basic Grid
12+
* Styles
13+
* Use Flex on items
14+
* Hiding Items
15+
16+
# To Do
17+
* Come up with more layouts
18+
* Horizontal Display(Not sure if needed/wanted)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-flexbox-grid",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "Grid system for react native based on flexbox grid's api",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)