Upgrade Dependencies (#7299)

* upgrade reanimated

* update devDependencies

* upgrade react-intl

* update react-native and some dependencies

* update react-native-permissions

* update RN

* use Share sheet for Report a problem

* update Sentry

* remove step to downloadWebRTC

* update detox deps

* feedback review
This commit is contained in:
Elias Nahum
2023-04-21 12:16:54 -04:00
committed by GitHub
parent e1176e578d
commit 784b05fe97
333 changed files with 5157 additions and 5498 deletions

View File

@@ -4,7 +4,7 @@
import {withDatabase} from '@nozbe/watermelondb/DatabaseProvider';
import withObservables from '@nozbe/with-observables';
import {useEffect} from 'react';
import {IntlShape, useIntl} from 'react-intl';
import {type IntlShape, useIntl} from 'react-intl';
import {distinctUntilChanged, map} from 'rxjs/operators';
import {setLastServerVersionCheck} from '@actions/local/systems';