0.1.2 • Published 2 years ago
react-native-interactive-grid v0.1.2
react-native-interactive-grid
Easier way to setup selectable grids
Installation
npm install react-native-interactive-grid
yarn add react-native-interactive-grid
Usage
import { InteractiveGrid } from 'react-native-interactive-grid';
<View>
<InteractiveGrid
TODO
/>
</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