We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dac368a + 4b2357d commit 69e41ebCopy full SHA for 69e41eb
ReactNativeExceptionHandler.podspec
@@ -8,8 +8,6 @@ end
8
9
# Let the main package.json decide the version number for the pod
10
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')
13
14
Pod::Spec.new do |s|
15
s.name = "ReactNativeExceptionHandler"
@@ -26,6 +24,6 @@ Pod::Spec.new do |s|
26
24
s.source = { :git => "https://github.com/master-atul/react-native-exception-handler.git", :tag => s.version.to_s }
27
25
s.source_files = "ios/*.{h,m}"
28
29
- s.dependency "React", react_native_version
+ s.dependency "React"
30
31
end
0 commit comments