From 5bb4a7d3afef231b0e8ce307e41d130c947233b0 Mon Sep 17 00:00:00 2001 From: Eduardo Borges Date: Mon, 6 Nov 2023 12:51:11 -0300 Subject: [PATCH] chore: update readme --- README.md | 17 ++++++++++++----- package.json | 2 +- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 819a1a7..4058597 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
-

🥸 react-native-flex

-

A simple flex grid component to build layouts with elegance

+

📏 react-native-flex

+

A simple react-native flex grid component to build layouts with elegance

![npm](https://img.shields.io/npm/v/react-native-flex) ![npm package minimized gzipped size (select exports)](https://img.shields.io/bundlejs/size/react-native-flex?color=green-light) ![npm](https://img.shields.io/npm/dw/react-native-flex)
@@ -22,13 +22,20 @@ npm install react-native-flex ```jsx import React from 'react' -import { withMask } from 'use-mask-input'; +import { Flex } from 'react-native-flex'; const App = () => { return ( - + + + // ... + + + // ... + + ) } ``` -# Let's grid it! 💪 +## Let's grid it! 💪 diff --git a/package.json b/package.json index 06da132..26e3ef8 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "react-native-flex", "version": "1.0.2", "private": false, - "description": "A react-native component for build elegant flex grids like a pro.", + "description": "A simple react-native flex grid component to build layouts with elegance", "author": "Eduardo Borges", "type": "module", "repository": {