Khalid Muharam
Results
2
comments of
Khalid Muharam
For Postgresql overwrite `getCaseCompare($column, $compare, $relevance)` in model, cast `json` to `text` first and then perform search: ```php if ($this->isPostgresqlDatabase()) { $field = "LOWER(" . $column . "::text) " ....
`$> expo upgrade` after the upgrade process is completed you need to downgrade `react-native-reanimated` from v2 to v1 open `packages.json` and ` ... "react-native-reanimated": "~1.4.0", ... `