Skip to content

Commit 1d49f5d

Browse files
committed
Merge branch 'main' into fix-slider
2 parents 8c52d79 + ff64586 commit 1d49f5d

22 files changed

Lines changed: 2238 additions & 7018 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ test/coverage
1010
.cache
1111
packages/website-build/lib/
1212
docs/components
13+
example/ReactNativeProject/index.js

.npmrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
node-linker=hoisted
21
registry=https://registry.npmjs.org/

example/ReactNativeProject/index.js

Lines changed: 1613 additions & 6863 deletions
Large diffs are not rendered by default.

example/ReactNativeProject/ios/Podfile.lock

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1885,6 +1885,49 @@ PODS:
18851885
- ReactCommon/turbomodule/bridging
18861886
- ReactCommon/turbomodule/core
18871887
- Yoga
1888+
- RNSVG (15.8.0):
1889+
- DoubleConversion
1890+
- glog
1891+
- hermes-engine
1892+
- RCT-Folly (= 2024.11.18.00)
1893+
- RCTRequired
1894+
- RCTTypeSafety
1895+
- React-Core
1896+
- React-debug
1897+
- React-Fabric
1898+
- React-featureflags
1899+
- React-graphics
1900+
- React-ImageManager
1901+
- React-NativeModulesApple
1902+
- React-RCTFabric
1903+
- React-rendererdebug
1904+
- React-utils
1905+
- ReactCodegen
1906+
- ReactCommon/turbomodule/bridging
1907+
- ReactCommon/turbomodule/core
1908+
- RNSVG/common (= 15.8.0)
1909+
- Yoga
1910+
- RNSVG/common (15.8.0):
1911+
- DoubleConversion
1912+
- glog
1913+
- hermes-engine
1914+
- RCT-Folly (= 2024.11.18.00)
1915+
- RCTRequired
1916+
- RCTTypeSafety
1917+
- React-Core
1918+
- React-debug
1919+
- React-Fabric
1920+
- React-featureflags
1921+
- React-graphics
1922+
- React-ImageManager
1923+
- React-NativeModulesApple
1924+
- React-RCTFabric
1925+
- React-rendererdebug
1926+
- React-utils
1927+
- ReactCodegen
1928+
- ReactCommon/turbomodule/bridging
1929+
- ReactCommon/turbomodule/core
1930+
- Yoga
18881931
- SDWebImage (5.21.1):
18891932
- SDWebImage/Core (= 5.21.1)
18901933
- SDWebImage/Core (5.21.1)
@@ -1983,6 +2026,7 @@ DEPENDENCIES:
19832026
- RNReactNativeHapticFeedback (from `../node_modules/react-native-haptic-feedback`)
19842027
- RNReanimated (from `../node_modules/react-native-reanimated`)
19852028
- RNScreens (from `../node_modules/react-native-screens`)
2029+
- RNSVG (from `../node_modules/react-native-svg`)
19862030
- Yoga (from `../node_modules/react-native/ReactCommon/yoga`)
19872031

19882032
SPEC REPOS:
@@ -2163,6 +2207,8 @@ EXTERNAL SOURCES:
21632207
:path: "../node_modules/react-native-reanimated"
21642208
RNScreens:
21652209
:path: "../node_modules/react-native-screens"
2210+
RNSVG:
2211+
:path: "../node_modules/react-native-svg"
21662212
Yoga:
21672213
:path: "../node_modules/react-native/ReactCommon/yoga"
21682214

@@ -2253,6 +2299,7 @@ SPEC CHECKSUMS:
22532299
RNReactNativeHapticFeedback: 66c6b0cf19f5d9dae8be36b2336e1fe2a2e42566
22542300
RNReanimated: 8a4ea733f88a33379150eb2e73b375e14de81e84
22552301
RNScreens: 21653ad95ea24514c81076a7af524705cd0edc21
2302+
RNSVG: 6a383145a3c76eba345cabe83d6424a2840308ca
22562303
SDWebImage: f29024626962457f3470184232766516dee8dfea
22572304
SDWebImageAVIFCoder: 00310d246aab3232ce77f1d8f0076f8c4b021d90
22582305
SDWebImageWebPCoder: e38c0a70396191361d60c092933e22c20d5b1380

0 commit comments

Comments
 (0)