mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-29 02:56:11 +03:00
Fixed ios build error
This commit is contained in:
parent
0db97ab585
commit
9fdfb26a7f
12
ios/Podfile
12
ios/Podfile
@ -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
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user