0.1.16 • Published 1 year 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
1 year ago
0.1.15
1 year ago
0.1.14
1 year ago
0.1.13
2 years ago
0.1.12
2 years ago
0.1.11
2 years ago
0.1.10
2 years ago
0.1.9
2 years ago
0.1.8
2 years ago
0.1.7
2 years ago
0.1.6
2 years ago
0.1.5
2 years ago
0.1.4
2 years ago
0.1.3
2 years ago
0.1.2
2 years ago
0.1.1
2 years ago
0.1.0
2 years ago
0.0.9
2 years ago
0.0.8
2 years ago
0.0.7
2 years ago
0.0.6
2 years ago
0.0.5
2 years ago
0.0.4
2 years ago
0.0.3
2 years ago
0.0.2
2 years ago
0.0.1
2 years ago