Highly customizable and theming components for React Native
The @blankapp/ui is a highly customizable and theming component library for React Native. It offers a variety of style selector implementations and comes with rich base components. It has a lightly dependency and a friendly API design.
To install the @blankapp/ui library, follow these steps:
yarn add @blankapp/ui
import { setTheme } from '@blankapp/ui'
// ... any other code
setTheme({
// ... theme configurations
})
npx react-native init ProjectName --template blankapp-ui-based
npx react-native run-android
npx react-native run-ios
@blankapp/ui is a highly customizable and theming component library for React Native. It offers a variety of style selector implementations and comes with rich base components. It has a lightly dependency, a friendly API design, and can be easily installed and used in a React Native project.