1.0.16 • Published 1 year ago
erxes-rn-components v1.0.16
erxes React Native Components
Installation
Install erxes-rn-ccomponents, react-native-pager-view, react-native-reanimated
yarn add erxes-rn-components yarn add react-native-pager-view yarn add react-native-reanimatedFeatures
- Light/dark mode toggle
- Custom hooks
- Cross platform
Usage/Examples
import ThemeProvider from 'erxes-rn-components'
function App() {
return <ThemeProvider>{children}</ThemeProvider>
}