1.1.0 • Published 6 years ago

react-native-auto-scaling-ui-kit v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

react-native-auto-scaling-ui-kit

A React Native UI kit that scales to fit the device. Highly customizable and built on the best UI Library Nativebase and uses the scaling library React Native Size Matters. It features 9 ready to use UI components and more to come.

Install Steps:

I. Clone the repo inside your project

II. Install Dependencies required by the UI kit:

  1. Install Nativebase UI Library in your React Native / Expo Project:

npm i --save native-base

  1. Install React Native Vector Icons , required by Nativebase

npm i --save react-native-vector-icons

  1. Additionally link the React Native Vector Icons in your iOS and Android Project using:

react-native link

  • Not required for expo projects.
  1. Install Scaling Library:

npm i --save react-native-size-matters

III. Import the components and use in your projects:

Docs and a full featured kitchen sink app is in the works.