Justin Woodward

Results 18 comments of Justin Woodward

@jhonatabonadio1 1. Setup [patch-package](https://github.com/ds300/patch-package) in your project 2. After installing watermelonDB, find these two files in your node_modules directory and make the changes: https://github.com/Nozbe/WatermelonDB/pull/1249/files 3. Run `patch-package @nozbe/watermelondb` and commit...

I was able to get `@nozbe/[email protected]` to work with Expo 44 after applying this patch. Thank you 👍

> Hey guys, can someone please post their patch package diff file, mine keeps failing when I generate it😭 https://github.com/Nozbe/WatermelonDB/issues/1237#issuecomment-1114305677

@Hannes1 Oh I missed that, here you go: `patches/@nozbe+watermelondb+0.24.0.patch` ``` diff --git a/node_modules/@nozbe/watermelondb/WatermelonDB.podspec b/node_modules/@nozbe/watermelondb/WatermelonDB.podspec index 1f3af50..e9fea58 100644 --- a/node_modules/@nozbe/watermelondb/WatermelonDB.podspec +++ b/node_modules/@nozbe/watermelondb/WatermelonDB.podspec @@ -13,7 +13,10 @@ Pod::Spec.new do |s| s.platforms =...

> A few questions: > > * Which node version are you running? > * Which `@react-native-community/cli` version do you have? > * Does this happen every time? > *...

> Same issue. > > > > @jwoo92 > > ``` > > ❯ yarn add electron@^7.2.4 > > ❯ node_modules/.bin/electron . > > (electron) 'getName function' is deprecated and...

Ran into this issue using Node.js v16.13.0, React 17.0.1, RN 0.64.3. Tried again using Node.js v14.17.5 and `why-did-you-render` appears to work.

While a bare minimum example, real-world use includes legacy class-based view models before functional/hooks became trendy.