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
@@ -23,7 +23,7 @@ After cloning this repo be sure to init the Git submodules
23
23
git submodule init && git submodule update
24
24
```
25
25
26
-
This monorepo uses Yarn as it works well with React native.
26
+
This monorepo uses Yarn as it works well with React Native.
27
27
28
28
Install workspace dependencies
29
29
@@ -57,7 +57,7 @@ Merging a PR with Changesets will automatically create a PR with version bumps.
57
57
58
58
## React Native Quick SQLite Development
59
59
60
-
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>.
60
+
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.
61
61
62
62
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