diff --git a/native_gg/ios/Podfile.lock b/native_gg/ios/Podfile.lock index b225159f3..de2a362e4 100644 --- a/native_gg/ios/Podfile.lock +++ b/native_gg/ios/Podfile.lock @@ -1494,6 +1494,45 @@ PODS: - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - Yoga + - RNSVG (14.1.0): + - glog + - hermes-engine + - RCT-Folly (= 2022.05.16.00) + - RCTRequired + - RCTTypeSafety + - React-Codegen + - React-Core + - React-debug + - React-Fabric + - React-graphics + - React-ImageManager + - React-NativeModulesApple + - React-RCTFabric + - React-rendererdebug + - React-utils + - ReactCommon/turbomodule/bridging + - ReactCommon/turbomodule/core + - RNSVG/common (= 14.1.0) + - Yoga + - RNSVG/common (14.1.0): + - glog + - hermes-engine + - RCT-Folly (= 2022.05.16.00) + - RCTRequired + - RCTTypeSafety + - React-Codegen + - React-Core + - React-debug + - React-Fabric + - React-graphics + - React-ImageManager + - React-NativeModulesApple + - React-RCTFabric + - React-rendererdebug + - React-utils + - ReactCommon/turbomodule/bridging + - ReactCommon/turbomodule/core + - Yoga - SDWebImage (5.17.0): - SDWebImage/Core (= 5.17.0) - SDWebImage/Core (5.17.0) @@ -1585,6 +1624,7 @@ DEPENDENCIES: - ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`) - "RNCAsyncStorage (from `../node_modules/@react-native-async-storage/async-storage`)" - RNScreens (from `../node_modules/react-native-screens`) + - RNSVG (from `../node_modules/react-native-svg`) - Yoga (from `../node_modules/react-native/ReactCommon/yoga`) SPEC REPOS: @@ -1751,6 +1791,8 @@ EXTERNAL SOURCES: :path: "../node_modules/@react-native-async-storage/async-storage" RNScreens: :path: "../node_modules/react-native-screens" + RNSVG: + :path: "../node_modules/react-native-svg" Yoga: :path: "../node_modules/react-native/ReactCommon/yoga" @@ -1836,6 +1878,7 @@ SPEC CHECKSUMS: ReactCommon: 840a955d37b7f3358554d819446bffcf624b2522 RNCAsyncStorage: 54bdda432762f9cc98db6188abf90b48fe895886 RNScreens: f7b8bb892b4957f6f91e5dfd9a191e7f13ce8baa + RNSVG: db32cfcad0a221fd175e0882eff7bcba7690380a SDWebImage: 750adf017a315a280c60fde706ab1e552a3ae4e9 SDWebImageAVIFCoder: 8348fef6d0ec69e129c66c9fe4d74fbfbf366112 SDWebImageSVGCoder: 15a300a97ec1c8ac958f009c02220ac0402e936c diff --git a/native_gg/package.json b/native_gg/package.json index 5bba6e82c..4d7e5af34 100644 --- a/native_gg/package.json +++ b/native_gg/package.json @@ -43,6 +43,7 @@ "react-native-mmkv": "2.12.1", "react-native-safe-area-context": "4.9.0", "react-native-screens": "3.29.0", + "react-native-svg": "14.1.0", "react-native-web": "0.19.10", "tamagui": "1.90.2", "valibot": "0.28.1" diff --git a/native_gg/pnpm-lock.yaml b/native_gg/pnpm-lock.yaml index 6ec2205d5..e15c568bf 100644 --- a/native_gg/pnpm-lock.yaml +++ b/native_gg/pnpm-lock.yaml @@ -89,6 +89,9 @@ dependencies: react-native-screens: specifier: 3.29.0 version: 3.29.0(react-native@0.73.4)(react@18.2.0) + react-native-svg: + specifier: 14.1.0 + version: 14.1.0(react-native@0.73.4)(react@18.2.0) react-native-web: specifier: 0.19.10 version: 0.19.10(react-dom@18.2.0)(react@18.2.0)