Fixed ios build error

This commit is contained in:
Mustafa Buyukcelebi 2019-07-30 17:30:55 +03:00
parent 0db97ab585
commit 9fdfb26a7f
2 changed files with 5 additions and 9 deletions

View File

@ -32,22 +32,18 @@ target 'eSteem' do
pod 'CodePush', :path => '../node_modules/react-native-code-push'
pod 'react-native-version-number', :path => '../node_modules/react-native-version-number'
pod 'BugsnagReactNative', :path => '../node_modules/bugsnag-react-native'
pod 'RNIap', :path => '../node_modules/react-native-iap'
pod 'RNFastImage', :path => '../node_modules/react-native-fast-image'
pod 'RNImageCropPicker', :path => '../node_modules/react-native-image-crop-picker'
pod 'react-native-netinfo', :path => '../node_modules/@react-native-community/netinfo'
pod 'RNIap', :path => '../node_modules/react-native-iap'
pod 'react-native-fast-image', :path => '../node_modules/react-native-fast-image'
target 'eSteemTests' do
inherit! :search_paths
# Pods for testing

View File

@ -53,7 +53,7 @@
"react-native-extended-stylesheet": "^0.10.0",
"react-native-fast-image": "^4.0.14",
"react-native-iap": "^3.3.0",
"react-native-image-crop-picker": "^0.25.0",
"react-native-image-crop-picker": "^0.24.1",
"react-native-keyboard-aware-scroll-view": "^0.8.0",
"react-native-linear-gradient": "^2.4.2",
"react-native-modal-dropdown": "^0.6.2",