Getting Started

Components

Themes

Unistyle UI Components

Components for Expo(React native)

CLONE THE BOILER PLATE REPO

git clone https://github.com/nyinyi979/unistyles_boilerplate

OR

Install the cli package

npm install uni-ui-kit

Initailize the configs.

npx uni-ui-kit init

Install all the components.

npx uni-ui-kit install all

Uninstall the cli(You don't need it anymore).

npm uninstall uni-ui-kit

Prerequisite

  • Install react-native-gesture-handler
  • npx expo install react-native-gesture-handler
  • Configuring gesture handler
  • export default function App(){ <GestureHandlerRootView style={{flex:1}}> //... </GestureHandlerRootView> }

  • Install Color(To mess with colors:)
  • npm install color

    Now you can start using it!