Skip to content

Commit 19c3e06

Browse files
committed
chore: remove ios snapshot
1 parent 03d2242 commit 19c3e06

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

examples/default/ios/Podfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ end
2424

2525
target 'InstabugExample' do
2626
config = use_native_modules!
27-
pod 'Instabug', :podspec => 'https://ios-releases.instabug.com/custom/feature-app-flow/Instabug.podspec'
2827
rn_maps_path = '../node_modules/react-native-maps'
2928
pod 'react-native-google-maps', :path => rn_maps_path
3029
# Flags change depending on the env values.

examples/default/ios/Podfile.lock

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,8 @@ PODS:
404404
- React-jsinspector (0.72.3)
405405
- React-logger (0.72.3):
406406
- glog
407+
- react-native-background-timer (2.4.1):
408+
- React-Core
407409
- react-native-config (1.5.1):
408410
- react-native-config/App (= 1.5.1)
409411
- react-native-config/App (1.5.1):
@@ -625,6 +627,7 @@ DEPENDENCIES:
625627
- React-jsiexecutor (from `../node_modules/react-native/ReactCommon/jsiexecutor`)
626628
- React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector`)
627629
- React-logger (from `../node_modules/react-native/ReactCommon/logger`)
630+
- react-native-background-timer (from `../node_modules/react-native-background-timer`)
628631
- react-native-config (from `../node_modules/react-native-config`)
629632
- react-native-google-maps (from `../node_modules/react-native-maps`)
630633
- react-native-maps (from `../node_modules/react-native-maps`)
@@ -723,6 +726,8 @@ EXTERNAL SOURCES:
723726
:path: "../node_modules/react-native/ReactCommon/jsinspector"
724727
React-logger:
725728
:path: "../node_modules/react-native/ReactCommon/logger"
729+
react-native-background-timer:
730+
:path: "../node_modules/react-native-background-timer"
726731
react-native-config:
727732
:path: "../node_modules/react-native-config"
728733
react-native-google-maps:
@@ -823,6 +828,7 @@ SPEC CHECKSUMS:
823828
React-jsiexecutor: 59d1eb03af7d30b7d66589c410f13151271e8006
824829
React-jsinspector: b511447170f561157547bc0bef3f169663860be7
825830
React-logger: c5b527272d5f22eaa09bb3c3a690fee8f237ae95
831+
react-native-background-timer: 17ea5e06803401a379ebf1f20505b793ac44d0fe
826832
react-native-config: 86038147314e2e6d10ea9972022aa171e6b1d4d8
827833
react-native-google-maps: 1bcc1f9f13f798fcf230db7fe476f3566d0bc0a3
828834
react-native-maps: 72a8a903f8a1b53e2c777ba79102078ab502e0bf

0 commit comments

Comments
 (0)