Skip to content

Commit 1865507

Browse files
janicduplessisbrowniefed
authored andcommitted
[podfile] Depend on React instead of React/Core (#283)
The structure of podfiles was recently changed in react-native so React/Core no longer exists. To be safer we can just depend on the React one instead which should never change.
1 parent 895f125 commit 1865507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-native-intercom.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ Pod::Spec.new do |s|
1414
s.platform = :ios, '8.0'
1515
s.frameworks = [ "Intercom" ]
1616
s.static_framework = true
17-
s.dependency 'React/Core'
17+
s.dependency 'React'
1818
s.dependency 'Intercom', '~> 5.0'
1919
end

0 commit comments

Comments
 (0)