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.
1 parent 4981c93 commit bc75dc7Copy full SHA for bc75dc7
InstabugSample/ios/Podfile
@@ -23,6 +23,8 @@ target 'InstabugSample' do
23
pod 'React-jsiexecutor', :path => '../node_modules/react-native/ReactCommon/jsiexecutor'
24
pod 'React-jsinspector', :path => '../node_modules/react-native/ReactCommon/jsinspector'
25
pod 'yoga', :path => '../node_modules/react-native/ReactCommon/yoga'
26
+
27
+ pod 'OCMock', '~> 3.4'
28
29
pod 'DoubleConversion', :podspec => '../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec'
30
pod 'glog', :podspec => '../node_modules/react-native/third-party-podspecs/glog.podspec'
0 commit comments