Skip to content

Commit

Permalink
Correct typo in jscallinvoker module
Browse files Browse the repository at this point in the history
Apparently there is a typo which leads into builds failing.
The module is called jscallinvoker but is referenced with callinvoker in the Podfile
  • Loading branch information
tlow92 authored Sep 26, 2019
1 parent babf67f commit f842410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ target 'HelloWorld' do
pod 'React-jsi', :path => '../node_modules/react-native/ReactCommon/jsi'
pod 'React-jsiexecutor', :path => '../node_modules/react-native/ReactCommon/jsiexecutor'
pod 'React-jsinspector', :path => '../node_modules/react-native/ReactCommon/jsinspector'
pod 'ReactCommon/callinvoker', :path => "../node_modules/react-native/ReactCommon"
pod 'ReactCommon/jscallinvoker', :path => "../node_modules/react-native/ReactCommon"
pod 'ReactCommon/turbomodule/core', :path => "../node_modules/react-native/ReactCommon"
pod 'Yoga', :path => '../node_modules/react-native/ReactCommon/yoga'

Expand Down

0 comments on commit f842410

Please sign in to comment.