Skip to content

Commit 69e41eb

Browse files
authored
Merge pull request #97 from Vyazovoy/fix_of_ios_integration_fixes
Remove automatic `React` version detection due to inability to access external file
2 parents dac368a + 4b2357d commit 69e41eb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ReactNativeExceptionHandler.podspec

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ end
88

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

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

29-
s.dependency "React", react_native_version
27+
s.dependency "React"
3028

3129
end

0 commit comments

Comments
 (0)