Skip to content

Commit

Permalink
Merge pull request #97 from Vyazovoy/fix_of_ios_integration_fixes
Browse files Browse the repository at this point in the history
Remove automatic `React` version detection due to inability to access external file
  • Loading branch information
a7ul authored Feb 5, 2019
2 parents dac368a + 4b2357d commit 69e41eb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ReactNativeExceptionHandler.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ end

# Let the main package.json decide the version number for the pod
package_version = pkg_version.call
# Use the same RN version that the JS tools use
react_native_version = pkg_version.call('../react-native')

Pod::Spec.new do |s|
s.name = "ReactNativeExceptionHandler"
Expand All @@ -26,6 +24,6 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/master-atul/react-native-exception-handler.git", :tag => s.version.to_s }
s.source_files = "ios/*.{h,m}"

s.dependency "React", react_native_version
s.dependency "React"

end

0 comments on commit 69e41eb

Please sign in to comment.