You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ After cloning this repo be sure to init the Git submodules
22
22
git submodule init && git submodule update
23
23
```
24
24
25
-
This monorepo uses Yarn as it works well with React native.
25
+
This monorepo uses Yarn as it works well with React Native.
26
26
27
27
Install workspace dependencies
28
28
```bash
@@ -53,7 +53,7 @@ Merging a PR with Changesets will automatically create a PR with version bumps.
53
53
54
54
## React Native Quick SQLite Development
55
55
56
-
Testing live development changes to `@journeyapps/react-native-quick-sqlite` will not with with standard `yarn link` commands. Metro does not work well with symlinks https://github.com/facebook/metro/issues/286.
56
+
Testing live development changes to `@journeyapps/react-native-quick-sqlite` will not work with standard `yarn link` commands. Metro does not work well with symlinks https://github.com/facebook/metro/issues/286.
57
57
58
58
The process of releasing development packages for `@journeyapps/react-native-quick-sqlite` for each change can be tedious and slow. A faster (and hackier) method is to use [mtsl](https://www.npmjs.com/package/mtsl) which will watch and copy the package into this workspace's `node_modules`.
0 commit comments