@ben39053372/expo-theme
v0.0.717
Published
An UI lib for React native/ React Native Web/ Next js
Downloads
23
Readme
Expo Theme
A UI component lib for react native (An, IOS, Web)
🚀 How to use
Install
npm i @ben39053372/expo-theme
yarn add @ben39053372/expo-theme
Step Up
- import ThemeProvider
- Wrap it to your App.js|ts
import { ThemeProvider } from '@ben39053372/expo-theme';
export default function App() {
return <ThemeProvider>...your app</ThemeProvider>;
}
Custom you theme
check example\theme.ts