react-native-test22
v0.1.4
Published
first package
Readme
react-native-test22
first package
Installation
npm install react-native-test22Usage
import { multiply } from 'react-native-test22';
// ...
const result = await multiply(3, 7);import SimpleGrid from 'react-native-test22';
// ...example
<SimpleGrid
numColumns={3}
val="text"
itemStyle={{ backgroundColor: 'lightblue' }}
textStyle={{ color: 'black' }}
data={[{ key: '1', text: 'Item 1' }, { key: '2', text: 'Item 2' }, ...]}
/>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
