1.0.1 • Published 8 months ago

expo-lite-color v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

Expo-lite-color

Take your React Native and JavaScript projects to the next level with Expo Lite Color. Whether it's green, blue, or any shade in between, effortlessly create captivating color gradations. Perfectly tailored for React Native and JavaScript developers, this package simplifies color management, giving your app's visuals a professional touch.

Installation

npm install expo-lite-color

if your using yarn

yarn add expo-lite-color

Usages

import  {  LiteColor  }  from  'expo-lite-color'

After importing the package then use

LiteColor.BLUE[500]

Fore example for react native project

<View style={{ backgroundColor: LiteColor.GREEN[300], ...}}> 
</View>
1.0.1

8 months ago

1.0.0

8 months ago