React Native table with reanimated and gestures.
Go to file
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
.github chore: first commit 2025-03-08 14:33:22 -05:00
.yarn chore: first commit 2025-03-08 14:33:22 -05:00
example chore: first commit 2025-03-08 14:33:22 -05:00
src chore: first commit 2025-03-08 14:33:22 -05:00
.editorconfig chore: first commit 2025-03-08 14:33:22 -05:00
.gitattributes chore: first commit 2025-03-08 14:33:22 -05:00
.gitignore chore: first commit 2025-03-08 14:33:22 -05:00
.nvmrc chore: first commit 2025-03-08 14:33:22 -05:00
.watchmanconfig chore: first commit 2025-03-08 14:33:22 -05:00
.yarnrc.yml chore: first commit 2025-03-08 14:33:22 -05:00
babel.config.js chore: first commit 2025-03-08 14:33:22 -05:00
CODE_OF_CONDUCT.md chore: first commit 2025-03-08 14:33:22 -05:00
CONTRIBUTING.md chore: first commit 2025-03-08 14:33:22 -05:00
lefthook.yml chore: first commit 2025-03-08 14:33:22 -05:00
LICENSE chore: first commit 2025-03-08 14:33:22 -05:00
package.json chore: first commit 2025-03-08 14:33:22 -05:00
README.md chore: first commit 2025-03-08 14:33:22 -05:00
tsconfig.build.json chore: first commit 2025-03-08 14:33:22 -05:00
tsconfig.json chore: first commit 2025-03-08 14:33:22 -05:00
yarn.lock chore: first commit 2025-03-08 14:33:22 -05:00

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