https://github.com/rxreactnative/rx-base-react-native
React-Native base component
https://github.com/rxreactnative/rx-base-react-native
react-native
Last synced: about 2 months ago
JSON representation
React-Native base component
- Host: GitHub
- URL: https://github.com/rxreactnative/rx-base-react-native
- Owner: RXReactNative
- License: mit
- Created: 2019-07-10T07:27:16.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-12T02:09:54.000Z (almost 5 years ago)
- Last Synced: 2025-03-03T10:45:30.975Z (over 1 year ago)
- Topics: react-native
- Language: JavaScript
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rx-base-react-native
React-Native base component
React-Native 常用的基本控件
## Getting started
`$ npm install rx-base-react-native --save`
## Usage
```sh
import {
RXButton,
RXDottedLine,
RXScrollView,
RXFlatList,
RXText,
RXTextInput,
RXTouchable,
RXTheme,
RXPlatform,
RXDate,
RXNumber,
RXString,
RXColor,
RANDOM_COLOR,
} from 'rx-base-react-native'
```