Skip to content

Commit e1e0457

Browse files
committed
Add docs
1 parent c5caeea commit e1e0457

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

docs/docs/installation.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,3 +166,7 @@ pre_install do |installer|
166166
end
167167
end
168168
```
169+
170+
## NodeJS support
171+
172+
It's impossible to run a React Native JSI module in Node. However, the library does provide a NodeJS compatible façade with the same API as the RN version. The idea is to enable you to write simple Jest tests that test your queries, NOT to prove the correctness of the library. The NodeJS façade is a convenience and it's not meant for production usage. If you find any issues please report them with a reproducible example.module.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@op-engineering/op-sqlite",
3-
"version": "15.2.0-beta.0",
3+
"version": "0.0.0",
44
"description": "Fastest SQLite for React Native (with node.js support)",
55
"main": "./lib/module/index.js",
66
"types": "./lib/typescript/src/index.d.ts",

0 commit comments

Comments
 (0)