@areknow/react-native-alpha-beta-components
v0.1.40
Published
React Native UI elements
Readme
react-native-alpha-beta-components
React Native UI elements
Installation
npm install react-native-alpha-beta-componentsUsage
import { Button } from 'react-native-alpha-beta-components';
export default function App() {
return (
<View style={styles.container}>
<Button label="click me" />
</View>
);
}Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library
