0.1.16 • Published 12 months ago
@bsdaoquang/rncomponent v0.1.16
@bsdaoquang/rncomponent
React Native UI Components Library
Features
- Library UI component designed for React Native & Expo applications.
- A set of high-quality React Native components out of the box
- Written in TypeScript with predictable static types.
- Whole package of design resources and development tools.
- Powerful theme customization based on StyleSheet.
Environment Support
- React Native
- Expo
Installation
React Native
` #npm npm install @bsdaoquang/rncomponent react-native-vector-icons
#yarn yarn add @bsdaoquang/rncomponent react-native-vector-icons`
iOS
cd ios
pod install
Expo
#npm
npx expo install @bsdaoquang/rncomponent react-native-vector-icons
Usage
import { View, Text } from 'react-native';
import React from 'react';
import {Card} from '@bsdaoquang/rncomponent';
const App = () => {
return (
<View>
<Card>
<Text>Hello world</Text>
</Card>
</View>
);
};
export default App;
Links
0.1.16
12 months ago
0.1.15
12 months ago
0.1.14
1 year ago
0.1.13
1 year ago
0.1.12
1 year ago
0.1.11
1 year ago
0.1.10
1 year ago
0.1.9
1 year ago
0.1.8
1 year ago
0.1.7
1 year ago
0.1.6
1 year ago
0.1.5
1 year ago
0.1.4
1 year ago
0.1.3
1 year ago
0.1.2
1 year ago
0.1.1
1 year ago
0.1.0
1 year ago
0.0.9
1 year ago
0.0.8
1 year ago
0.0.7
1 year ago
0.0.6
1 year ago
0.0.5
1 year ago
0.0.4
1 year ago
0.0.3
1 year ago
0.0.2
1 year ago
0.0.1
1 year ago