Skip to content

Commit a7b20e5

Browse files
committed
ran bundle install
1 parent 3bd96d1 commit a7b20e5

File tree

2 files changed

+130
-0
lines changed

2 files changed

+130
-0
lines changed

example/Gemfile.lock

Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,105 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
CFPropertyList (3.0.7)
5+
base64
6+
nkf
7+
rexml
8+
activesupport (6.1.7.9)
9+
concurrent-ruby (~> 1.0, >= 1.0.2)
10+
i18n (>= 1.6, < 2)
11+
minitest (>= 5.1)
12+
tzinfo (~> 2.0)
13+
zeitwerk (~> 2.3)
14+
addressable (2.8.7)
15+
public_suffix (>= 2.0.2, < 7.0)
16+
algoliasearch (1.27.5)
17+
httpclient (~> 2.8, >= 2.8.3)
18+
json (>= 1.5.1)
19+
atomos (0.1.3)
20+
base64 (0.2.0)
21+
claide (1.1.0)
22+
cocoapods (1.15.2)
23+
addressable (~> 2.8)
24+
claide (>= 1.0.2, < 2.0)
25+
cocoapods-core (= 1.15.2)
26+
cocoapods-deintegrate (>= 1.0.3, < 2.0)
27+
cocoapods-downloader (>= 2.1, < 3.0)
28+
cocoapods-plugins (>= 1.0.0, < 2.0)
29+
cocoapods-search (>= 1.0.0, < 2.0)
30+
cocoapods-trunk (>= 1.6.0, < 2.0)
31+
cocoapods-try (>= 1.1.0, < 2.0)
32+
colored2 (~> 3.1)
33+
escape (~> 0.0.4)
34+
fourflusher (>= 2.3.0, < 3.0)
35+
gh_inspector (~> 1.0)
36+
molinillo (~> 0.8.0)
37+
nap (~> 1.0)
38+
ruby-macho (>= 2.3.0, < 3.0)
39+
xcodeproj (>= 1.23.0, < 2.0)
40+
cocoapods-core (1.15.2)
41+
activesupport (>= 5.0, < 8)
42+
addressable (~> 2.8)
43+
algoliasearch (~> 1.0)
44+
concurrent-ruby (~> 1.1)
45+
fuzzy_match (~> 2.0.4)
46+
nap (~> 1.0)
47+
netrc (~> 0.11)
48+
public_suffix (~> 4.0)
49+
typhoeus (~> 1.0)
50+
cocoapods-deintegrate (1.0.5)
51+
cocoapods-downloader (2.1)
52+
cocoapods-plugins (1.0.0)
53+
nap
54+
cocoapods-search (1.0.1)
55+
cocoapods-trunk (1.6.0)
56+
nap (>= 0.8, < 2.0)
57+
netrc (~> 0.11)
58+
cocoapods-try (1.2.0)
59+
colored2 (3.1.2)
60+
concurrent-ruby (1.3.4)
61+
escape (0.0.4)
62+
ethon (0.16.0)
63+
ffi (>= 1.15.0)
64+
ffi (1.17.0)
65+
fourflusher (2.3.1)
66+
fuzzy_match (2.0.4)
67+
gh_inspector (1.1.3)
68+
httpclient (2.8.3)
69+
i18n (1.14.6)
70+
concurrent-ruby (~> 1.0)
71+
json (2.7.2)
72+
minitest (5.25.1)
73+
molinillo (0.8.0)
74+
nanaimo (0.3.0)
75+
nap (1.1.0)
76+
netrc (0.11.0)
77+
nkf (0.2.0)
78+
public_suffix (4.0.7)
79+
rexml (3.3.8)
80+
ruby-macho (2.5.1)
81+
typhoeus (1.4.1)
82+
ethon (>= 0.9.0)
83+
tzinfo (2.0.6)
84+
concurrent-ruby (~> 1.0)
85+
xcodeproj (1.25.1)
86+
CFPropertyList (>= 2.3.3, < 4.0)
87+
atomos (~> 0.1.3)
88+
claide (>= 1.0.2, < 2.0)
89+
colored2 (~> 3.1)
90+
nanaimo (~> 0.3.0)
91+
rexml (>= 3.3.6, < 4.0)
92+
zeitwerk (2.6.18)
93+
94+
PLATFORMS
95+
ruby
96+
97+
DEPENDENCIES
98+
activesupport (>= 6.1.7.5, != 7.1.0)
99+
cocoapods (>= 1.13, != 1.15.1, != 1.15.0)
100+
101+
RUBY VERSION
102+
ruby 2.6.10p210
103+
104+
BUNDLED WITH
105+
1.17.2

example/ios/Podfile.lock

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1262,6 +1262,27 @@ PODS:
12621262
- Yoga
12631263
- react-native-safe-area-context (4.11.1):
12641264
- React-Core
1265+
- react-native-webview (13.12.3):
1266+
- DoubleConversion
1267+
- glog
1268+
- hermes-engine
1269+
- RCT-Folly (= 2024.01.01.00)
1270+
- RCTRequired
1271+
- RCTTypeSafety
1272+
- React-Core
1273+
- React-debug
1274+
- React-Fabric
1275+
- React-featureflags
1276+
- React-graphics
1277+
- React-ImageManager
1278+
- React-NativeModulesApple
1279+
- React-RCTFabric
1280+
- React-rendererdebug
1281+
- React-utils
1282+
- ReactCodegen
1283+
- ReactCommon/turbomodule/bridging
1284+
- ReactCommon/turbomodule/core
1285+
- Yoga
12651286
- React-nativeconfig (0.75.3)
12661287
- React-NativeModulesApple (0.75.3):
12671288
- glog
@@ -1629,6 +1650,7 @@ DEPENDENCIES:
16291650
- React-Mapbuffer (from `../node_modules/react-native/ReactCommon`)
16301651
- React-microtasksnativemodule (from `../node_modules/react-native/ReactCommon/react/nativemodule/microtasks`)
16311652
- react-native-safe-area-context (from `../node_modules/react-native-safe-area-context`)
1653+
- react-native-webview (from `../node_modules/react-native-webview`)
16321654
- React-nativeconfig (from `../node_modules/react-native/ReactCommon`)
16331655
- React-NativeModulesApple (from `../node_modules/react-native/ReactCommon/react/nativemodule/core/platform/ios`)
16341656
- React-perflogger (from `../node_modules/react-native/ReactCommon/reactperflogger`)
@@ -1741,6 +1763,8 @@ EXTERNAL SOURCES:
17411763
:path: "../node_modules/react-native/ReactCommon/react/nativemodule/microtasks"
17421764
react-native-safe-area-context:
17431765
:path: "../node_modules/react-native-safe-area-context"
1766+
react-native-webview:
1767+
:path: "../node_modules/react-native-webview"
17441768
React-nativeconfig:
17451769
:path: "../node_modules/react-native/ReactCommon"
17461770
React-NativeModulesApple:
@@ -1841,6 +1865,7 @@ SPEC CHECKSUMS:
18411865
React-Mapbuffer: 714f2fae68edcabfc332b754e9fbaa8cfc68fdd4
18421866
React-microtasksnativemodule: 4943ad8f99be8ccf5a63329fa7d269816609df9e
18431867
react-native-safe-area-context: 5141f11858b033636f1788b14f32eaba92cee810
1868+
react-native-webview: 926d2665cf3196e39c4449a72d136d0a53b9df8a
18441869
React-nativeconfig: 4a9543185905fe41014c06776bf126083795aed9
18451870
React-NativeModulesApple: 0506da59fc40d2e1e6e12a233db5e81c46face27
18461871
React-perflogger: 3bbb82f18e9ac29a1a6931568e99d6305ef4403b

0 commit comments

Comments
 (0)