0.1.0-alpha1 • Published 2 years ago

react-native-leveldb-leveldown-adapter v0.1.0-alpha1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

react-native-leveldb-leveldown-adapter

leveldown adapter for react-native-leveldb

main issues in test

  • TypeError: Invalid attempt to iterate non-iterable instance. In order to be iterable, non-array objects must have a Symbol.iterator method
    • If anyone can help with this I'd be very grateful..

Installation

npm install react-native-leveldb-leveldown-adapter

Usage

import { multiply } from "react-native-leveldb-leveldown-adapter";

// ...

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