We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aad13c commit 5f223c0Copy full SHA for 5f223c0
README.md
@@ -2,36 +2,6 @@
2
3
Offline-first React Native library with automatic SQLite sync powered by SQLite Cloud
4
5
-## Installation
6
-
7
8
-```sh
9
-npm install @sqliteai/sqlite-sync-react-native
10
-```
11
12
13
-## Usage
14
15
16
-```js
17
-import { multiply } from '@sqliteai/sqlite-sync-react-native';
18
19
-// ...
20
21
-const result = await multiply(3, 7);
22
23
24
25
-## Contributing
26
27
-- [Development workflow](CONTRIBUTING.md#development-workflow)
28
-- [Sending a pull request](CONTRIBUTING.md#sending-a-pull-request)
29
-- [Code of conduct](CODE_OF_CONDUCT.md)
30
31
-## License
32
33
-MIT
34
35
---
36
37
Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)
0 commit comments