rn-base-component
v0.1.0
Published
test
Downloads
18
Readme
rn-base-component
React Native Base Component
Installation
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
Preview/Debug Components
yarn bootstrap
yarn example ios/android
Update Storybook (Debug purpose only)
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
Documents
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT