react-native-starsystem
v1.1.12
Published
Starbem React Native UI Toolkit
Downloads
25
Maintainers
Readme
Get Started
Installation
Follow these instructions to install React Native Star System!
Usage
Start using the components or try it on Snack
import {Button} from 'react-native-starsystem';
<Button />;
Components included:
- [x] AnimatedImage
- [x] AnimatedText
- [x] AnimatedView
- [x] Avatar
- [x] Badge
- [x] BottomSheet
- [x] Button
- [x] Card
- [x] CheckBox
- [x] ContentBox
- [x] Divider
- [x] Header
- [x] Icon
- [x] Image
- [x] Input
- [x] ListItem
- [x] Linear Progress
- [x] Switch
- [x] Tile
- [x] Tab
- [x] TabView
- [x] Text
React Native Web support
As a cross platform UI Toolkit, you can now use RN Star System on the web & share your codebase between your React Native + React web apps. RNE components are rendered perfectly on browser. You can achieve this to target iOS, Android and Web by collaborating RNE and React Native for Web.
Documentation
Contributing
Interested in contributing to this repo? Check out our Contributing Guide and submit a PR for a new feature/bug fix.