Files
react-native-svg/TestsExample/ios/Podfile.lock
Wojciech Lewicki 1b01381f28 feat: remove extractColor in favor of RN impl (#1726)
PR removing extractColor.ts in favor of using the processColor implementation straight from react-native. It should handle all the cases from the previous implementation and the cases with PlatformColor and DynamicColorIOS. Normally we would just send the returned value to the native side, but in react-native-svg, e.g. fill prop can have more values than just color, e.g. currentColor. Because of it, we cannot use UIColor on iOS, NSColor on macOS and customType="Color" on Android as a prop type there and therefore we need to prepare the custom values on the JS side. It is done by passing the prop as an array with specific first element. In case of colors, it is 0. (hopefully I understood the code right).
2022-04-12 13:47:21 +02:00

551 lines
20 KiB
Plaintext

PODS:
- boost (1.76.0)
- CocoaAsyncSocket (7.6.5)
- DoubleConversion (1.1.6)
- FBLazyVector (0.68.0-rc.1)
- FBReactNativeSpec (0.68.0-rc.1):
- RCT-Folly (= 2021.06.28.00-v2)
- RCTRequired (= 0.68.0-rc.1)
- RCTTypeSafety (= 0.68.0-rc.1)
- React-Core (= 0.68.0-rc.1)
- React-jsi (= 0.68.0-rc.1)
- ReactCommon/turbomodule/core (= 0.68.0-rc.1)
- Flipper (0.125.0):
- Flipper-Folly (~> 2.6)
- Flipper-RSocket (~> 1.4)
- Flipper-Boost-iOSX (1.76.0.1.11)
- Flipper-DoubleConversion (3.1.7)
- Flipper-Fmt (7.1.7)
- Flipper-Folly (2.6.10):
- Flipper-Boost-iOSX
- Flipper-DoubleConversion
- Flipper-Fmt (= 7.1.7)
- Flipper-Glog
- libevent (~> 2.1.12)
- OpenSSL-Universal (= 1.1.1100)
- Flipper-Glog (0.3.9)
- Flipper-PeerTalk (0.0.4)
- Flipper-RSocket (1.4.3):
- Flipper-Folly (~> 2.6)
- FlipperKit (0.125.0):
- FlipperKit/Core (= 0.125.0)
- FlipperKit/Core (0.125.0):
- Flipper (~> 0.125.0)
- FlipperKit/CppBridge
- FlipperKit/FBCxxFollyDynamicConvert
- FlipperKit/FBDefines
- FlipperKit/FKPortForwarding
- SocketRocket (~> 0.6.0)
- FlipperKit/CppBridge (0.125.0):
- Flipper (~> 0.125.0)
- FlipperKit/FBCxxFollyDynamicConvert (0.125.0):
- Flipper-Folly (~> 2.6)
- FlipperKit/FBDefines (0.125.0)
- FlipperKit/FKPortForwarding (0.125.0):
- CocoaAsyncSocket (~> 7.6)
- Flipper-PeerTalk (~> 0.0.4)
- FlipperKit/FlipperKitHighlightOverlay (0.125.0)
- FlipperKit/FlipperKitLayoutHelpers (0.125.0):
- FlipperKit/Core
- FlipperKit/FlipperKitHighlightOverlay
- FlipperKit/FlipperKitLayoutTextSearchable
- FlipperKit/FlipperKitLayoutIOSDescriptors (0.125.0):
- FlipperKit/Core
- FlipperKit/FlipperKitHighlightOverlay
- FlipperKit/FlipperKitLayoutHelpers
- YogaKit (~> 1.18)
- FlipperKit/FlipperKitLayoutPlugin (0.125.0):
- FlipperKit/Core
- FlipperKit/FlipperKitHighlightOverlay
- FlipperKit/FlipperKitLayoutHelpers
- FlipperKit/FlipperKitLayoutIOSDescriptors
- FlipperKit/FlipperKitLayoutTextSearchable
- YogaKit (~> 1.18)
- FlipperKit/FlipperKitLayoutTextSearchable (0.125.0)
- FlipperKit/FlipperKitNetworkPlugin (0.125.0):
- FlipperKit/Core
- FlipperKit/FlipperKitReactPlugin (0.125.0):
- FlipperKit/Core
- FlipperKit/FlipperKitUserDefaultsPlugin (0.125.0):
- FlipperKit/Core
- FlipperKit/SKIOSNetworkPlugin (0.125.0):
- FlipperKit/Core
- FlipperKit/FlipperKitNetworkPlugin
- fmt (6.2.1)
- glog (0.3.5)
- libevent (2.1.12)
- OpenSSL-Universal (1.1.1100)
- RCT-Folly (2021.06.28.00-v2):
- boost
- DoubleConversion
- fmt (~> 6.2.1)
- glog
- RCT-Folly/Default (= 2021.06.28.00-v2)
- RCT-Folly/Default (2021.06.28.00-v2):
- boost
- DoubleConversion
- fmt (~> 6.2.1)
- glog
- RCTRequired (0.68.0-rc.1)
- RCTTypeSafety (0.68.0-rc.1):
- FBLazyVector (= 0.68.0-rc.1)
- RCT-Folly (= 2021.06.28.00-v2)
- RCTRequired (= 0.68.0-rc.1)
- React-Core (= 0.68.0-rc.1)
- React (0.68.0-rc.1):
- React-Core (= 0.68.0-rc.1)
- React-Core/DevSupport (= 0.68.0-rc.1)
- React-Core/RCTWebSocket (= 0.68.0-rc.1)
- React-RCTActionSheet (= 0.68.0-rc.1)
- React-RCTAnimation (= 0.68.0-rc.1)
- React-RCTBlob (= 0.68.0-rc.1)
- React-RCTImage (= 0.68.0-rc.1)
- React-RCTLinking (= 0.68.0-rc.1)
- React-RCTNetwork (= 0.68.0-rc.1)
- React-RCTSettings (= 0.68.0-rc.1)
- React-RCTText (= 0.68.0-rc.1)
- React-RCTVibration (= 0.68.0-rc.1)
- React-callinvoker (0.68.0-rc.1)
- React-Codegen (0.68.0-rc.1):
- FBReactNativeSpec (= 0.68.0-rc.1)
- RCT-Folly (= 2021.06.28.00-v2)
- RCTRequired (= 0.68.0-rc.1)
- RCTTypeSafety (= 0.68.0-rc.1)
- React-Core (= 0.68.0-rc.1)
- React-jsi (= 0.68.0-rc.1)
- React-jsiexecutor (= 0.68.0-rc.1)
- ReactCommon/turbomodule/core (= 0.68.0-rc.1)
- React-Core (0.68.0-rc.1):
- glog
- RCT-Folly (= 2021.06.28.00-v2)
- React-Core/Default (= 0.68.0-rc.1)
- React-cxxreact (= 0.68.0-rc.1)
- React-jsi (= 0.68.0-rc.1)
- React-jsiexecutor (= 0.68.0-rc.1)
- React-perflogger (= 0.68.0-rc.1)
- Yoga
- React-Core/CoreModulesHeaders (0.68.0-rc.1):
- glog
- RCT-Folly (= 2021.06.28.00-v2)
- React-Core/Default
- React-cxxreact (= 0.68.0-rc.1)
- React-jsi (= 0.68.0-rc.1)
- React-jsiexecutor (= 0.68.0-rc.1)
- React-perflogger (= 0.68.0-rc.1)
- Yoga
- React-Core/Default (0.68.0-rc.1):
- glog
- RCT-Folly (= 2021.06.28.00-v2)
- React-cxxreact (= 0.68.0-rc.1)
- React-jsi (= 0.68.0-rc.1)
- React-jsiexecutor (= 0.68.0-rc.1)
- React-perflogger (= 0.68.0-rc.1)
- Yoga
- React-Core/DevSupport (0.68.0-rc.1):
- glog
- RCT-Folly (= 2021.06.28.00-v2)
- React-Core/Default (= 0.68.0-rc.1)
- React-Core/RCTWebSocket (= 0.68.0-rc.1)
- React-cxxreact (= 0.68.0-rc.1)
- React-jsi (= 0.68.0-rc.1)
- React-jsiexecutor (= 0.68.0-rc.1)
- React-jsinspector (= 0.68.0-rc.1)
- React-perflogger (= 0.68.0-rc.1)
- Yoga
- React-Core/RCTActionSheetHeaders (0.68.0-rc.1):
- glog
- RCT-Folly (= 2021.06.28.00-v2)
- React-Core/Default
- React-cxxreact (= 0.68.0-rc.1)
- React-jsi (= 0.68.0-rc.1)
- React-jsiexecutor (= 0.68.0-rc.1)
- React-perflogger (= 0.68.0-rc.1)
- Yoga
- React-Core/RCTAnimationHeaders (0.68.0-rc.1):
- glog
- RCT-Folly (= 2021.06.28.00-v2)
- React-Core/Default
- React-cxxreact (= 0.68.0-rc.1)
- React-jsi (= 0.68.0-rc.1)
- React-jsiexecutor (= 0.68.0-rc.1)
- React-perflogger (= 0.68.0-rc.1)
- Yoga
- React-Core/RCTBlobHeaders (0.68.0-rc.1):
- glog
- RCT-Folly (= 2021.06.28.00-v2)
- React-Core/Default
- React-cxxreact (= 0.68.0-rc.1)
- React-jsi (= 0.68.0-rc.1)
- React-jsiexecutor (= 0.68.0-rc.1)
- React-perflogger (= 0.68.0-rc.1)
- Yoga
- React-Core/RCTImageHeaders (0.68.0-rc.1):
- glog
- RCT-Folly (= 2021.06.28.00-v2)
- React-Core/Default
- React-cxxreact (= 0.68.0-rc.1)
- React-jsi (= 0.68.0-rc.1)
- React-jsiexecutor (= 0.68.0-rc.1)
- React-perflogger (= 0.68.0-rc.1)
- Yoga
- React-Core/RCTLinkingHeaders (0.68.0-rc.1):
- glog
- RCT-Folly (= 2021.06.28.00-v2)
- React-Core/Default
- React-cxxreact (= 0.68.0-rc.1)
- React-jsi (= 0.68.0-rc.1)
- React-jsiexecutor (= 0.68.0-rc.1)
- React-perflogger (= 0.68.0-rc.1)
- Yoga
- React-Core/RCTNetworkHeaders (0.68.0-rc.1):
- glog
- RCT-Folly (= 2021.06.28.00-v2)
- React-Core/Default
- React-cxxreact (= 0.68.0-rc.1)
- React-jsi (= 0.68.0-rc.1)
- React-jsiexecutor (= 0.68.0-rc.1)
- React-perflogger (= 0.68.0-rc.1)
- Yoga
- React-Core/RCTSettingsHeaders (0.68.0-rc.1):
- glog
- RCT-Folly (= 2021.06.28.00-v2)
- React-Core/Default
- React-cxxreact (= 0.68.0-rc.1)
- React-jsi (= 0.68.0-rc.1)
- React-jsiexecutor (= 0.68.0-rc.1)
- React-perflogger (= 0.68.0-rc.1)
- Yoga
- React-Core/RCTTextHeaders (0.68.0-rc.1):
- glog
- RCT-Folly (= 2021.06.28.00-v2)
- React-Core/Default
- React-cxxreact (= 0.68.0-rc.1)
- React-jsi (= 0.68.0-rc.1)
- React-jsiexecutor (= 0.68.0-rc.1)
- React-perflogger (= 0.68.0-rc.1)
- Yoga
- React-Core/RCTVibrationHeaders (0.68.0-rc.1):
- glog
- RCT-Folly (= 2021.06.28.00-v2)
- React-Core/Default
- React-cxxreact (= 0.68.0-rc.1)
- React-jsi (= 0.68.0-rc.1)
- React-jsiexecutor (= 0.68.0-rc.1)
- React-perflogger (= 0.68.0-rc.1)
- Yoga
- React-Core/RCTWebSocket (0.68.0-rc.1):
- glog
- RCT-Folly (= 2021.06.28.00-v2)
- React-Core/Default (= 0.68.0-rc.1)
- React-cxxreact (= 0.68.0-rc.1)
- React-jsi (= 0.68.0-rc.1)
- React-jsiexecutor (= 0.68.0-rc.1)
- React-perflogger (= 0.68.0-rc.1)
- Yoga
- React-CoreModules (0.68.0-rc.1):
- RCT-Folly (= 2021.06.28.00-v2)
- RCTTypeSafety (= 0.68.0-rc.1)
- React-Codegen (= 0.68.0-rc.1)
- React-Core/CoreModulesHeaders (= 0.68.0-rc.1)
- React-jsi (= 0.68.0-rc.1)
- React-RCTImage (= 0.68.0-rc.1)
- ReactCommon/turbomodule/core (= 0.68.0-rc.1)
- React-cxxreact (0.68.0-rc.1):
- boost (= 1.76.0)
- DoubleConversion
- glog
- RCT-Folly (= 2021.06.28.00-v2)
- React-callinvoker (= 0.68.0-rc.1)
- React-jsi (= 0.68.0-rc.1)
- React-jsinspector (= 0.68.0-rc.1)
- React-logger (= 0.68.0-rc.1)
- React-perflogger (= 0.68.0-rc.1)
- React-runtimeexecutor (= 0.68.0-rc.1)
- React-jsi (0.68.0-rc.1):
- boost (= 1.76.0)
- DoubleConversion
- glog
- RCT-Folly (= 2021.06.28.00-v2)
- React-jsi/Default (= 0.68.0-rc.1)
- React-jsi/Default (0.68.0-rc.1):
- boost (= 1.76.0)
- DoubleConversion
- glog
- RCT-Folly (= 2021.06.28.00-v2)
- React-jsiexecutor (0.68.0-rc.1):
- DoubleConversion
- glog
- RCT-Folly (= 2021.06.28.00-v2)
- React-cxxreact (= 0.68.0-rc.1)
- React-jsi (= 0.68.0-rc.1)
- React-perflogger (= 0.68.0-rc.1)
- React-jsinspector (0.68.0-rc.1)
- React-logger (0.68.0-rc.1):
- glog
- React-perflogger (0.68.0-rc.1)
- React-RCTActionSheet (0.68.0-rc.1):
- React-Core/RCTActionSheetHeaders (= 0.68.0-rc.1)
- React-RCTAnimation (0.68.0-rc.1):
- RCT-Folly (= 2021.06.28.00-v2)
- RCTTypeSafety (= 0.68.0-rc.1)
- React-Codegen (= 0.68.0-rc.1)
- React-Core/RCTAnimationHeaders (= 0.68.0-rc.1)
- React-jsi (= 0.68.0-rc.1)
- ReactCommon/turbomodule/core (= 0.68.0-rc.1)
- React-RCTBlob (0.68.0-rc.1):
- RCT-Folly (= 2021.06.28.00-v2)
- React-Codegen (= 0.68.0-rc.1)
- React-Core/RCTBlobHeaders (= 0.68.0-rc.1)
- React-Core/RCTWebSocket (= 0.68.0-rc.1)
- React-jsi (= 0.68.0-rc.1)
- React-RCTNetwork (= 0.68.0-rc.1)
- ReactCommon/turbomodule/core (= 0.68.0-rc.1)
- React-RCTImage (0.68.0-rc.1):
- RCT-Folly (= 2021.06.28.00-v2)
- RCTTypeSafety (= 0.68.0-rc.1)
- React-Codegen (= 0.68.0-rc.1)
- React-Core/RCTImageHeaders (= 0.68.0-rc.1)
- React-jsi (= 0.68.0-rc.1)
- React-RCTNetwork (= 0.68.0-rc.1)
- ReactCommon/turbomodule/core (= 0.68.0-rc.1)
- React-RCTLinking (0.68.0-rc.1):
- React-Codegen (= 0.68.0-rc.1)
- React-Core/RCTLinkingHeaders (= 0.68.0-rc.1)
- React-jsi (= 0.68.0-rc.1)
- ReactCommon/turbomodule/core (= 0.68.0-rc.1)
- React-RCTNetwork (0.68.0-rc.1):
- RCT-Folly (= 2021.06.28.00-v2)
- RCTTypeSafety (= 0.68.0-rc.1)
- React-Codegen (= 0.68.0-rc.1)
- React-Core/RCTNetworkHeaders (= 0.68.0-rc.1)
- React-jsi (= 0.68.0-rc.1)
- ReactCommon/turbomodule/core (= 0.68.0-rc.1)
- React-RCTSettings (0.68.0-rc.1):
- RCT-Folly (= 2021.06.28.00-v2)
- RCTTypeSafety (= 0.68.0-rc.1)
- React-Codegen (= 0.68.0-rc.1)
- React-Core/RCTSettingsHeaders (= 0.68.0-rc.1)
- React-jsi (= 0.68.0-rc.1)
- ReactCommon/turbomodule/core (= 0.68.0-rc.1)
- React-RCTText (0.68.0-rc.1):
- React-Core/RCTTextHeaders (= 0.68.0-rc.1)
- React-RCTVibration (0.68.0-rc.1):
- RCT-Folly (= 2021.06.28.00-v2)
- React-Codegen (= 0.68.0-rc.1)
- React-Core/RCTVibrationHeaders (= 0.68.0-rc.1)
- React-jsi (= 0.68.0-rc.1)
- ReactCommon/turbomodule/core (= 0.68.0-rc.1)
- React-runtimeexecutor (0.68.0-rc.1):
- React-jsi (= 0.68.0-rc.1)
- ReactCommon/turbomodule/core (0.68.0-rc.1):
- DoubleConversion
- glog
- RCT-Folly (= 2021.06.28.00-v2)
- React-callinvoker (= 0.68.0-rc.1)
- React-Core (= 0.68.0-rc.1)
- React-cxxreact (= 0.68.0-rc.1)
- React-jsi (= 0.68.0-rc.1)
- React-logger (= 0.68.0-rc.1)
- React-perflogger (= 0.68.0-rc.1)
- RNSVG (12.3.0):
- React-Core
- SocketRocket (0.6.0)
- Yoga (1.14.0)
- YogaKit (1.18.1):
- Yoga (~> 1.14)
DEPENDENCIES:
- boost (from `../node_modules/react-native/third-party-podspecs/boost.podspec`)
- DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`)
- FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector`)
- FBReactNativeSpec (from `../node_modules/react-native/React/FBReactNativeSpec`)
- Flipper (= 0.125.0)
- Flipper-Boost-iOSX (= 1.76.0.1.11)
- Flipper-DoubleConversion (= 3.1.7)
- Flipper-Fmt (= 7.1.7)
- Flipper-Folly (= 2.6.10)
- Flipper-Glog (= 0.3.9)
- Flipper-PeerTalk (= 0.0.4)
- Flipper-RSocket (= 1.4.3)
- FlipperKit (= 0.125.0)
- FlipperKit/Core (= 0.125.0)
- FlipperKit/CppBridge (= 0.125.0)
- FlipperKit/FBCxxFollyDynamicConvert (= 0.125.0)
- FlipperKit/FBDefines (= 0.125.0)
- FlipperKit/FKPortForwarding (= 0.125.0)
- FlipperKit/FlipperKitHighlightOverlay (= 0.125.0)
- FlipperKit/FlipperKitLayoutPlugin (= 0.125.0)
- FlipperKit/FlipperKitLayoutTextSearchable (= 0.125.0)
- FlipperKit/FlipperKitNetworkPlugin (= 0.125.0)
- FlipperKit/FlipperKitReactPlugin (= 0.125.0)
- FlipperKit/FlipperKitUserDefaultsPlugin (= 0.125.0)
- FlipperKit/SKIOSNetworkPlugin (= 0.125.0)
- glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`)
- OpenSSL-Universal (= 1.1.1100)
- RCT-Folly (from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`)
- RCTRequired (from `../node_modules/react-native/Libraries/RCTRequired`)
- RCTTypeSafety (from `../node_modules/react-native/Libraries/TypeSafety`)
- React (from `../node_modules/react-native/`)
- React-callinvoker (from `../node_modules/react-native/ReactCommon/callinvoker`)
- React-Codegen (from `build/generated/ios`)
- React-Core (from `../node_modules/react-native/`)
- React-Core/DevSupport (from `../node_modules/react-native/`)
- React-Core/RCTWebSocket (from `../node_modules/react-native/`)
- React-CoreModules (from `../node_modules/react-native/React/CoreModules`)
- React-cxxreact (from `../node_modules/react-native/ReactCommon/cxxreact`)
- React-jsi (from `../node_modules/react-native/ReactCommon/jsi`)
- React-jsiexecutor (from `../node_modules/react-native/ReactCommon/jsiexecutor`)
- React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector`)
- React-logger (from `../node_modules/react-native/ReactCommon/logger`)
- React-perflogger (from `../node_modules/react-native/ReactCommon/reactperflogger`)
- React-RCTActionSheet (from `../node_modules/react-native/Libraries/ActionSheetIOS`)
- React-RCTAnimation (from `../node_modules/react-native/Libraries/NativeAnimation`)
- React-RCTBlob (from `../node_modules/react-native/Libraries/Blob`)
- React-RCTImage (from `../node_modules/react-native/Libraries/Image`)
- React-RCTLinking (from `../node_modules/react-native/Libraries/LinkingIOS`)
- React-RCTNetwork (from `../node_modules/react-native/Libraries/Network`)
- React-RCTSettings (from `../node_modules/react-native/Libraries/Settings`)
- React-RCTText (from `../node_modules/react-native/Libraries/Text`)
- React-RCTVibration (from `../node_modules/react-native/Libraries/Vibration`)
- React-runtimeexecutor (from `../node_modules/react-native/ReactCommon/runtimeexecutor`)
- ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
- RNSVG (from `../..`)
- Yoga (from `../node_modules/react-native/ReactCommon/yoga`)
SPEC REPOS:
trunk:
- CocoaAsyncSocket
- Flipper
- Flipper-Boost-iOSX
- Flipper-DoubleConversion
- Flipper-Fmt
- Flipper-Folly
- Flipper-Glog
- Flipper-PeerTalk
- Flipper-RSocket
- FlipperKit
- fmt
- libevent
- OpenSSL-Universal
- SocketRocket
- YogaKit
EXTERNAL SOURCES:
boost:
:podspec: "../node_modules/react-native/third-party-podspecs/boost.podspec"
DoubleConversion:
:podspec: "../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec"
FBLazyVector:
:path: "../node_modules/react-native/Libraries/FBLazyVector"
FBReactNativeSpec:
:path: "../node_modules/react-native/React/FBReactNativeSpec"
glog:
:podspec: "../node_modules/react-native/third-party-podspecs/glog.podspec"
RCT-Folly:
:podspec: "../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec"
RCTRequired:
:path: "../node_modules/react-native/Libraries/RCTRequired"
RCTTypeSafety:
:path: "../node_modules/react-native/Libraries/TypeSafety"
React:
:path: "../node_modules/react-native/"
React-callinvoker:
:path: "../node_modules/react-native/ReactCommon/callinvoker"
React-Codegen:
:path: build/generated/ios
React-Core:
:path: "../node_modules/react-native/"
React-CoreModules:
:path: "../node_modules/react-native/React/CoreModules"
React-cxxreact:
:path: "../node_modules/react-native/ReactCommon/cxxreact"
React-jsi:
:path: "../node_modules/react-native/ReactCommon/jsi"
React-jsiexecutor:
:path: "../node_modules/react-native/ReactCommon/jsiexecutor"
React-jsinspector:
:path: "../node_modules/react-native/ReactCommon/jsinspector"
React-logger:
:path: "../node_modules/react-native/ReactCommon/logger"
React-perflogger:
:path: "../node_modules/react-native/ReactCommon/reactperflogger"
React-RCTActionSheet:
:path: "../node_modules/react-native/Libraries/ActionSheetIOS"
React-RCTAnimation:
:path: "../node_modules/react-native/Libraries/NativeAnimation"
React-RCTBlob:
:path: "../node_modules/react-native/Libraries/Blob"
React-RCTImage:
:path: "../node_modules/react-native/Libraries/Image"
React-RCTLinking:
:path: "../node_modules/react-native/Libraries/LinkingIOS"
React-RCTNetwork:
:path: "../node_modules/react-native/Libraries/Network"
React-RCTSettings:
:path: "../node_modules/react-native/Libraries/Settings"
React-RCTText:
:path: "../node_modules/react-native/Libraries/Text"
React-RCTVibration:
:path: "../node_modules/react-native/Libraries/Vibration"
React-runtimeexecutor:
:path: "../node_modules/react-native/ReactCommon/runtimeexecutor"
ReactCommon:
:path: "../node_modules/react-native/ReactCommon"
RNSVG:
:path: "../.."
Yoga:
:path: "../node_modules/react-native/ReactCommon/yoga"
SPEC CHECKSUMS:
boost: a7c83b31436843459a1961bfd74b96033dc77234
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
DoubleConversion: 831926d9b8bf8166fd87886c4abab286c2422662
FBLazyVector: bcdeff523be9f87a135b7c6fde8736db94904716
FBReactNativeSpec: 137186498f03934daf999cec565fbc3d291f294c
Flipper: 26fc4b7382499f1281eb8cb921e5c3ad6de91fe0
Flipper-Boost-iOSX: fd1e2b8cbef7e662a122412d7ac5f5bea715403c
Flipper-DoubleConversion: 57ffbe81ef95306cc9e69c4aa3aeeeeb58a6a28c
Flipper-Fmt: 60cbdd92fc254826e61d669a5d87ef7015396a9b
Flipper-Folly: 584845625005ff068a6ebf41f857f468decd26b3
Flipper-Glog: 05579840e2750ec907ee2f81544f41ad76a7cae4
Flipper-PeerTalk: 116d8f857dc6ef55c7a5a75ea3ceaafe878aadc9
Flipper-RSocket: d9d9ade67cbecf6ac10730304bf5607266dd2541
FlipperKit: cbdee19bdd4e7f05472a66ce290f1b729ba3cb86
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
glog: 476ee3e89abb49e07f822b48323c51c57124b572
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c
RCT-Folly: 803a9cfd78114b2ec0f140cfa6fa2a6bafb2d685
RCTRequired: 1e4605513e7b6a2871bdb8ae5b162b239ad18602
RCTTypeSafety: 0ed8525a159a736981e1aa308e729d83f2fb6926
React: 18162465d3219d93792c31f00bfdc0e27a1f8139
React-callinvoker: b1d4cc424aa081534368c71c406b186221fe44bb
React-Codegen: 11d7a6c69225d46505e3dccaf13a8bf75b43f624
React-Core: 71bd283ea2f85047fda4baedf6934fd2f3571cee
React-CoreModules: cfbf73b878d68f53604365b395957dd2e36ed0ab
React-cxxreact: 9f09977545dfb3723528973a1dda5e5f2f915aec
React-jsi: 7eb40a56fc0b6752532366ef88f13b5f86f90178
React-jsiexecutor: b95fc3494e76e7a5832c4386978c3ada3d1e2bed
React-jsinspector: dc394b84375f124b823720b59e322113d85f23b4
React-logger: c208f7a035008b696c43c94dde8b4c53b30534af
React-perflogger: 93144f240a4f95e1698dc054a1ef8b18ca80a64f
React-RCTActionSheet: e63525d962fdc663ddca3a2b83012a905055e777
React-RCTAnimation: 3b827fbfad9a873f66ca80542e036ca42f92f578
React-RCTBlob: 797720d926a7c40900e6639edeb5b53bce8e98bb
React-RCTImage: 08148cbb7e09cabef720f828979d9ab244867c3e
React-RCTLinking: 7c1df1a1cf524f271202e72be019a5b4c79478a0
React-RCTNetwork: c9c78bea7914a937889568b16d202f84fe04570b
React-RCTSettings: 3c912118a14deb628595263246c33718581c4f4f
React-RCTText: c76aaedce74fdebc24bd3d8f9df2e05987a97a35
React-RCTVibration: 5cab6419b68d5750482b0fc34dbb27af550469cc
React-runtimeexecutor: 10cda3a396b14a764a5f86088e7e3810b9c66cec
ReactCommon: 73a01eb83f22c84a6b09dfb60f3463888ebd4975
RNSVG: 302bfc9905bd8122f08966dc2ce2d07b7b52b9f8
SocketRocket: fccef3f9c5cedea1353a9ef6ada904fde10d6608
Yoga: d29dba374c1a582b40cfb736647b5e1b5ed35dba
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
PODFILE CHECKSUM: 54439993ba279e900534ada11d49259eaead9508
COCOAPODS: 1.11.2