revert gesture handler

This commit is contained in:
feruzm 2020-08-08 09:08:54 +03:00
parent c980db7355
commit a745158a4d
2 changed files with 2 additions and 0 deletions

View File

@ -69,6 +69,7 @@
"react-native-datepicker": "ecency/react-native-datepicker",
"react-native-extended-stylesheet": "^0.10.0",
"react-native-fast-image": "^8.3.2",
"react-native-gesture-handler": "^1.4.1",
"react-native-iap": "3.4.15",
"react-native-image-crop-picker": "^0.26.1",
"react-native-image-zoom-viewer": "^2.2.27",

View File

@ -1,4 +1,5 @@
import React from 'react';
import 'react-native-gesture-handler';
import { Provider, connect } from 'react-redux';
import { PersistGate } from 'redux-persist/integration/react';
import { IntlProvider } from 'react-intl';