Fix react-native-share linking
Signed-off-by: Brian Sztamfater <brian@status.im>
This commit is contained in:
parent
77e593572f
commit
40b5c23b54
|
@ -25,7 +25,6 @@ abstract_target 'Status' do
|
|||
pod 'secp256k1', git: "https://github.com/status-im/secp256k1.swift.git", submodules: true
|
||||
|
||||
target 'StatusIm' do
|
||||
pod 'RNShare', :path => '../node_modules/react-native-share'
|
||||
|
||||
target 'StatusImTests' do
|
||||
inherit! :complete
|
||||
|
|
|
@ -664,6 +664,6 @@ SPEC CHECKSUMS:
|
|||
TouchID: ba4c656d849cceabc2e4eef722dea5e55959ecf4
|
||||
Yoga: 4bd86afe9883422a7c4028c00e34790f560923d6
|
||||
|
||||
PODFILE CHECKSUM: 2769eb02c836ad1eaddf5f34a0c61153c4c5fbec
|
||||
PODFILE CHECKSUM: 1a5b8878f89edd08eb4d37898a3a8721a7bb3388
|
||||
|
||||
COCOAPODS: 1.11.0
|
||||
|
|
Loading…
Reference in New Issue