React Native Base Component
Before you install rn-base-component
, make sure you have the following prerequisites installed:
You can install these dependencies using npm or yarn (note: Current, we dont support react-native-reanimated v3 and styled-components 6.*):
npm install react-native-reanimated styled-components react-native-gesture-handler
Or
yarn add react-native-reanimated styled-components react-native-gesture-handler
Then
npm install rn-base-component
yarn bootstrap
yarn example ios/android
To update Storybook after running it on the Simulator and adding new components or updating existing ones, run the following command.
yarn example update-stories
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT