Bài đăng

Green Native

Green Native This is a React Native developer support library.  In the process of working with React Native , I realized that it saves a lot of time using a support library. I also use some other public support libraries, but I feel dissatisfied or it is not suitable for me.  I hope this library of mine will help you programmers!! Install npm i green-native react-native-vector-icons Require npx react-native-link Colors import { Colors } from "green-native" ; < Text style = { { color : Colors . green , fontSize : 18 } } > Green Native < / Text > ; Light and dark colors < Text style = { { color : Colors . orangeDark , fontSize : 18 } } > Green Native < / Text > Social colors < Text style = { { color : Colors . youtube , fontSize : 18 } } > Green Native < / Text > Button import { Colors , Button } from "green-native" ; < Button isOutLine = { true } background = { Colors . orange } boder = { 1 }
Các bài đăng gần đây