UNPKG
react_sqlconnectionpackage
Version:
latest (1.0.0)
1.0.0
This is for to connect SQLite database connection in android and ios
react_sqlconnectionpackage
/
index.js
5 lines
(2 loc)
•
97 B
JavaScript
View Raw
1
2
3
4
5
import
SQLiteConnection
from
'./SQLConnectionNativeModule'
;
export
default
SQLiteConnection
;