diff --git a/README.md b/README.md index ee7519e..b1c5622 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ Use this library if you have a small problem with the font size 🎉 +main image +
#### How to install @@ -41,3 +43,8 @@ const styles = StyleSheet.create({ }, }); ``` + +#### Load map (I'm waiting for your help) + +- [ ] support landscape mode +- [ ] make `test code` diff --git a/images/main.png b/images/main.png new file mode 100644 index 0000000..1a8963d Binary files /dev/null and b/images/main.png differ diff --git a/package.json b/package.json index 86fd636..2e02c28 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-responsive-fontsize", - "version": "0.2.1", + "version": "0.2.2", "main": "index.js", "typings": "index.d.ts", "description": "Simple method for resposive fontSize based on screen-size of the device in React-Native",