react-native-tabeller/README.md
Asad cdb7f2b5ff
Some checks are pending
CI / lint (push) Waiting to run
CI / test (push) Waiting to run
CI / build-library (push) Waiting to run
CI / build-web (push) Waiting to run
chore: first commit
2025-03-08 14:33:22 -05:00

512 B

react-native-tabeller

React Native table with reanimated and gestures.

Installation

npm install react-native-tabeller

Usage

import { multiply } from 'react-native-tabeller';

// ...

const result = await multiply(3, 7);

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