File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -27,12 +27,29 @@ The primary author and maintainer [@brodybits (Chris Brody)](https://github.com/
27
27
28
28
# Getting started on React Native
29
29
30
+ ## Demo app
31
+
32
+ - < https://github.com/brodybits/react-native-sqlite-plugin-legacy-demo >
33
+
34
+ ## Adding to an existing React Native project
35
+
36
+ NOTE that using the Yarn tool is HIGHLY RECOMMENDED. Use without Yarn is NOT TESTED AND NOT SUPPORTED.
37
+
38
+ Add to an existing React Native project as follows:
39
+
40
+ ``` sh
41
+ yarn add https://github.com/brodybits/react-native-sqlite-plugin-legacy-support
42
+ ```
43
+
44
+ <!-- ALTERNATIVE THAT IS NOT TESTED AND NOT SUPPORTED:
30
45
`$ npm install react-native-sqlite-plugin-legacy-support --save`
46
+ -- -->
31
47
32
- ### Mostly automatic installation
48
+ and then continue with the following "mostly automatic installation" command:
33
49
34
50
` $ react-native link react-native-sqlite-plugin-legacy-support `
35
51
52
+ <!-- NOT TESTED AND NOT SUPPORTED:
36
53
### Manual installation
37
54
38
55
NOTE THAT MANUAL INSTALLATION OF THIS REACT NATIVE MODULE IS NOT TESTED AND NOT SUPPORTED.
@@ -60,6 +77,7 @@ project(':react-native-sqlite-plugin-legacy-support').projectDir = new File(root
60
77
```
61
78
compile project(':react-native-sqlite-plugin-legacy-support')
62
79
```
80
+ - -->
63
81
64
82
# Usage
65
83
You can’t perform that action at this time.
0 commit comments