From ab87ae875f86aa4912791516dd85442bfb52e98c Mon Sep 17 00:00:00 2001 From: Viral Sangani Date: Wed, 5 Jul 2023 21:03:14 +0530 Subject: [PATCH] Fix: ENV was not loading from .env file --- .../react-native-app-without-expo/App.tsx | 14 +- .../babel.config.js | 14 +- .../CeloComposer.xcodeproj/project.pbxproj | 2 + .../xcshareddata/IDEWorkspaceChecks.plist | 8 + .../contents.xcworkspacedata | 10 + .../ios/Podfile.lock | 586 ++++++++++++++++++ 6 files changed, 613 insertions(+), 21 deletions(-) create mode 100644 packages/react-native-app-without-expo/ios/CeloComposer.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist create mode 100644 packages/react-native-app-without-expo/ios/CeloComposer.xcworkspace/contents.xcworkspacedata create mode 100644 packages/react-native-app-without-expo/ios/Podfile.lock diff --git a/packages/react-native-app-without-expo/App.tsx b/packages/react-native-app-without-expo/App.tsx index 7a09fb1b..65102706 100644 --- a/packages/react-native-app-without-expo/App.tsx +++ b/packages/react-native-app-without-expo/App.tsx @@ -1,18 +1,16 @@ // @ts-expect-error - `@env` is a virtualised module via Babel config. import {ENV_PROJECT_ID} from '@env'; -import React from 'react'; -import {StatusBar, StyleSheet} from 'react-native'; -import {SafeAreaProvider} from 'react-native-safe-area-context'; +import {Web3Modal} from '@web3modal/react-native'; import {useEffect} from 'react'; -import {LogBox} from 'react-native'; +import {LogBox, StatusBar, StyleSheet} from 'react-native'; +import {SafeAreaProvider} from 'react-native-safe-area-context'; +import {providerMetadata, sessionParams} from './constants/Config'; +import {ThemeProvider} from './context/ThemeProvider'; import useColorScheme from './hooks/useColorScheme'; import Navigation from './navigation'; -import {ThemeProvider} from './context/ThemeProvider'; -import {Web3Modal} from '@web3modal/react-native'; -import {providerMetadata, sessionParams} from './constants/Config'; -console.log(ENV_PROJECT_ID); +console.log('ENV_PROJECT_ID', ENV_PROJECT_ID); const App = () => { const colorScheme = useColorScheme(); diff --git a/packages/react-native-app-without-expo/babel.config.js b/packages/react-native-app-without-expo/babel.config.js index 8c8eb3d5..532634d3 100644 --- a/packages/react-native-app-without-expo/babel.config.js +++ b/packages/react-native-app-without-expo/babel.config.js @@ -3,19 +3,7 @@ module.exports = function (api) { return { presets: ['module:metro-react-native-babel-preset'], plugins: [ - [ - 'module:react-native-dotenv', - { - envName: 'APP_ENV', - moduleName: '@env', - path: '.env', - blocklist: null, - allowlist: null, - safe: false, - allowUndefined: true, - verbose: false, - }, - ], + ['module:react-native-dotenv'], [ '@babel/plugin-transform-react-jsx', { diff --git a/packages/react-native-app-without-expo/ios/CeloComposer.xcodeproj/project.pbxproj b/packages/react-native-app-without-expo/ios/CeloComposer.xcodeproj/project.pbxproj index 9eb3c65c..14aef5d9 100644 --- a/packages/react-native-app-without-expo/ios/CeloComposer.xcodeproj/project.pbxproj +++ b/packages/react-native-app-without-expo/ios/CeloComposer.xcodeproj/project.pbxproj @@ -596,6 +596,7 @@ "-DFOLLY_MOBILE=1", "-DFOLLY_USE_LIBCPP=1", ); + REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; SDKROOT = iphoneos; }; name = Debug; @@ -659,6 +660,7 @@ "-DFOLLY_MOBILE=1", "-DFOLLY_USE_LIBCPP=1", ); + REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; SDKROOT = iphoneos; VALIDATE_PRODUCT = YES; }; diff --git a/packages/react-native-app-without-expo/ios/CeloComposer.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/packages/react-native-app-without-expo/ios/CeloComposer.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 00000000..18d98100 --- /dev/null +++ b/packages/react-native-app-without-expo/ios/CeloComposer.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/packages/react-native-app-without-expo/ios/CeloComposer.xcworkspace/contents.xcworkspacedata b/packages/react-native-app-without-expo/ios/CeloComposer.xcworkspace/contents.xcworkspacedata new file mode 100644 index 00000000..234f3414 --- /dev/null +++ b/packages/react-native-app-without-expo/ios/CeloComposer.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,10 @@ + + + + + + + diff --git a/packages/react-native-app-without-expo/ios/Podfile.lock b/packages/react-native-app-without-expo/ios/Podfile.lock new file mode 100644 index 00000000..6ce24506 --- /dev/null +++ b/packages/react-native-app-without-expo/ios/Podfile.lock @@ -0,0 +1,586 @@ +PODS: + - boost (1.76.0) + - CocoaAsyncSocket (7.6.5) + - DoubleConversion (1.1.6) + - FBLazyVector (0.69.5) + - FBReactNativeSpec (0.69.5): + - RCT-Folly (= 2021.06.28.00-v2) + - RCTRequired (= 0.69.5) + - RCTTypeSafety (= 0.69.5) + - React-Core (= 0.69.5) + - React-jsi (= 0.69.5) + - ReactCommon/turbomodule/core (= 0.69.5) + - Flipper (0.125.0): + - Flipper-Folly (~> 2.6) + - Flipper-RSocket (~> 1.4) + - Flipper-Boost-iOSX (1.76.0.1.11) + - Flipper-DoubleConversion (3.2.0.1) + - 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.5.0.5) + - 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.69.5) + - RCTTypeSafety (0.69.5): + - FBLazyVector (= 0.69.5) + - RCTRequired (= 0.69.5) + - React-Core (= 0.69.5) + - React (0.69.5): + - React-Core (= 0.69.5) + - React-Core/DevSupport (= 0.69.5) + - React-Core/RCTWebSocket (= 0.69.5) + - React-RCTActionSheet (= 0.69.5) + - React-RCTAnimation (= 0.69.5) + - React-RCTBlob (= 0.69.5) + - React-RCTImage (= 0.69.5) + - React-RCTLinking (= 0.69.5) + - React-RCTNetwork (= 0.69.5) + - React-RCTSettings (= 0.69.5) + - React-RCTText (= 0.69.5) + - React-RCTVibration (= 0.69.5) + - React-bridging (0.69.5): + - RCT-Folly (= 2021.06.28.00-v2) + - React-jsi (= 0.69.5) + - React-callinvoker (0.69.5) + - React-Codegen (0.69.5): + - FBReactNativeSpec (= 0.69.5) + - RCT-Folly (= 2021.06.28.00-v2) + - RCTRequired (= 0.69.5) + - RCTTypeSafety (= 0.69.5) + - React-Core (= 0.69.5) + - React-jsi (= 0.69.5) + - React-jsiexecutor (= 0.69.5) + - ReactCommon/turbomodule/core (= 0.69.5) + - React-Core (0.69.5): + - glog + - RCT-Folly (= 2021.06.28.00-v2) + - React-Core/Default (= 0.69.5) + - React-cxxreact (= 0.69.5) + - React-jsi (= 0.69.5) + - React-jsiexecutor (= 0.69.5) + - React-perflogger (= 0.69.5) + - Yoga + - React-Core/CoreModulesHeaders (0.69.5): + - glog + - RCT-Folly (= 2021.06.28.00-v2) + - React-Core/Default + - React-cxxreact (= 0.69.5) + - React-jsi (= 0.69.5) + - React-jsiexecutor (= 0.69.5) + - React-perflogger (= 0.69.5) + - Yoga + - React-Core/Default (0.69.5): + - glog + - RCT-Folly (= 2021.06.28.00-v2) + - React-cxxreact (= 0.69.5) + - React-jsi (= 0.69.5) + - React-jsiexecutor (= 0.69.5) + - React-perflogger (= 0.69.5) + - Yoga + - React-Core/DevSupport (0.69.5): + - glog + - RCT-Folly (= 2021.06.28.00-v2) + - React-Core/Default (= 0.69.5) + - React-Core/RCTWebSocket (= 0.69.5) + - React-cxxreact (= 0.69.5) + - React-jsi (= 0.69.5) + - React-jsiexecutor (= 0.69.5) + - React-jsinspector (= 0.69.5) + - React-perflogger (= 0.69.5) + - Yoga + - React-Core/RCTActionSheetHeaders (0.69.5): + - glog + - RCT-Folly (= 2021.06.28.00-v2) + - React-Core/Default + - React-cxxreact (= 0.69.5) + - React-jsi (= 0.69.5) + - React-jsiexecutor (= 0.69.5) + - React-perflogger (= 0.69.5) + - Yoga + - React-Core/RCTAnimationHeaders (0.69.5): + - glog + - RCT-Folly (= 2021.06.28.00-v2) + - React-Core/Default + - React-cxxreact (= 0.69.5) + - React-jsi (= 0.69.5) + - React-jsiexecutor (= 0.69.5) + - React-perflogger (= 0.69.5) + - Yoga + - React-Core/RCTBlobHeaders (0.69.5): + - glog + - RCT-Folly (= 2021.06.28.00-v2) + - React-Core/Default + - React-cxxreact (= 0.69.5) + - React-jsi (= 0.69.5) + - React-jsiexecutor (= 0.69.5) + - React-perflogger (= 0.69.5) + - Yoga + - React-Core/RCTImageHeaders (0.69.5): + - glog + - RCT-Folly (= 2021.06.28.00-v2) + - React-Core/Default + - React-cxxreact (= 0.69.5) + - React-jsi (= 0.69.5) + - React-jsiexecutor (= 0.69.5) + - React-perflogger (= 0.69.5) + - Yoga + - React-Core/RCTLinkingHeaders (0.69.5): + - glog + - RCT-Folly (= 2021.06.28.00-v2) + - React-Core/Default + - React-cxxreact (= 0.69.5) + - React-jsi (= 0.69.5) + - React-jsiexecutor (= 0.69.5) + - React-perflogger (= 0.69.5) + - Yoga + - React-Core/RCTNetworkHeaders (0.69.5): + - glog + - RCT-Folly (= 2021.06.28.00-v2) + - React-Core/Default + - React-cxxreact (= 0.69.5) + - React-jsi (= 0.69.5) + - React-jsiexecutor (= 0.69.5) + - React-perflogger (= 0.69.5) + - Yoga + - React-Core/RCTSettingsHeaders (0.69.5): + - glog + - RCT-Folly (= 2021.06.28.00-v2) + - React-Core/Default + - React-cxxreact (= 0.69.5) + - React-jsi (= 0.69.5) + - React-jsiexecutor (= 0.69.5) + - React-perflogger (= 0.69.5) + - Yoga + - React-Core/RCTTextHeaders (0.69.5): + - glog + - RCT-Folly (= 2021.06.28.00-v2) + - React-Core/Default + - React-cxxreact (= 0.69.5) + - React-jsi (= 0.69.5) + - React-jsiexecutor (= 0.69.5) + - React-perflogger (= 0.69.5) + - Yoga + - React-Core/RCTVibrationHeaders (0.69.5): + - glog + - RCT-Folly (= 2021.06.28.00-v2) + - React-Core/Default + - React-cxxreact (= 0.69.5) + - React-jsi (= 0.69.5) + - React-jsiexecutor (= 0.69.5) + - React-perflogger (= 0.69.5) + - Yoga + - React-Core/RCTWebSocket (0.69.5): + - glog + - RCT-Folly (= 2021.06.28.00-v2) + - React-Core/Default (= 0.69.5) + - React-cxxreact (= 0.69.5) + - React-jsi (= 0.69.5) + - React-jsiexecutor (= 0.69.5) + - React-perflogger (= 0.69.5) + - Yoga + - React-CoreModules (0.69.5): + - RCT-Folly (= 2021.06.28.00-v2) + - RCTTypeSafety (= 0.69.5) + - React-Codegen (= 0.69.5) + - React-Core/CoreModulesHeaders (= 0.69.5) + - React-jsi (= 0.69.5) + - React-RCTImage (= 0.69.5) + - ReactCommon/turbomodule/core (= 0.69.5) + - React-cxxreact (0.69.5): + - boost (= 1.76.0) + - DoubleConversion + - glog + - RCT-Folly (= 2021.06.28.00-v2) + - React-callinvoker (= 0.69.5) + - React-jsi (= 0.69.5) + - React-jsinspector (= 0.69.5) + - React-logger (= 0.69.5) + - React-perflogger (= 0.69.5) + - React-runtimeexecutor (= 0.69.5) + - React-jsi (0.69.5): + - boost (= 1.76.0) + - DoubleConversion + - glog + - RCT-Folly (= 2021.06.28.00-v2) + - React-jsi/Default (= 0.69.5) + - React-jsi/Default (0.69.5): + - boost (= 1.76.0) + - DoubleConversion + - glog + - RCT-Folly (= 2021.06.28.00-v2) + - React-jsiexecutor (0.69.5): + - DoubleConversion + - glog + - RCT-Folly (= 2021.06.28.00-v2) + - React-cxxreact (= 0.69.5) + - React-jsi (= 0.69.5) + - React-perflogger (= 0.69.5) + - React-jsinspector (0.69.5) + - React-logger (0.69.5): + - glog + - react-native-get-random-values (1.8.0): + - React-Core + - react-native-safe-area-context (4.3.3): + - RCT-Folly + - RCTRequired + - RCTTypeSafety + - React-Core + - ReactCommon/turbomodule/core + - React-perflogger (0.69.5) + - React-RCTActionSheet (0.69.5): + - React-Core/RCTActionSheetHeaders (= 0.69.5) + - React-RCTAnimation (0.69.5): + - RCT-Folly (= 2021.06.28.00-v2) + - RCTTypeSafety (= 0.69.5) + - React-Codegen (= 0.69.5) + - React-Core/RCTAnimationHeaders (= 0.69.5) + - React-jsi (= 0.69.5) + - ReactCommon/turbomodule/core (= 0.69.5) + - React-RCTBlob (0.69.5): + - RCT-Folly (= 2021.06.28.00-v2) + - React-Codegen (= 0.69.5) + - React-Core/RCTBlobHeaders (= 0.69.5) + - React-Core/RCTWebSocket (= 0.69.5) + - React-jsi (= 0.69.5) + - React-RCTNetwork (= 0.69.5) + - ReactCommon/turbomodule/core (= 0.69.5) + - React-RCTImage (0.69.5): + - RCT-Folly (= 2021.06.28.00-v2) + - RCTTypeSafety (= 0.69.5) + - React-Codegen (= 0.69.5) + - React-Core/RCTImageHeaders (= 0.69.5) + - React-jsi (= 0.69.5) + - React-RCTNetwork (= 0.69.5) + - ReactCommon/turbomodule/core (= 0.69.5) + - React-RCTLinking (0.69.5): + - React-Codegen (= 0.69.5) + - React-Core/RCTLinkingHeaders (= 0.69.5) + - React-jsi (= 0.69.5) + - ReactCommon/turbomodule/core (= 0.69.5) + - React-RCTNetwork (0.69.5): + - RCT-Folly (= 2021.06.28.00-v2) + - RCTTypeSafety (= 0.69.5) + - React-Codegen (= 0.69.5) + - React-Core/RCTNetworkHeaders (= 0.69.5) + - React-jsi (= 0.69.5) + - ReactCommon/turbomodule/core (= 0.69.5) + - React-RCTSettings (0.69.5): + - RCT-Folly (= 2021.06.28.00-v2) + - RCTTypeSafety (= 0.69.5) + - React-Codegen (= 0.69.5) + - React-Core/RCTSettingsHeaders (= 0.69.5) + - React-jsi (= 0.69.5) + - ReactCommon/turbomodule/core (= 0.69.5) + - React-RCTText (0.69.5): + - React-Core/RCTTextHeaders (= 0.69.5) + - React-RCTVibration (0.69.5): + - RCT-Folly (= 2021.06.28.00-v2) + - React-Codegen (= 0.69.5) + - React-Core/RCTVibrationHeaders (= 0.69.5) + - React-jsi (= 0.69.5) + - ReactCommon/turbomodule/core (= 0.69.5) + - React-runtimeexecutor (0.69.5): + - React-jsi (= 0.69.5) + - ReactCommon/turbomodule/core (0.69.5): + - DoubleConversion + - glog + - RCT-Folly (= 2021.06.28.00-v2) + - React-bridging (= 0.69.5) + - React-callinvoker (= 0.69.5) + - React-Core (= 0.69.5) + - React-cxxreact (= 0.69.5) + - React-jsi (= 0.69.5) + - React-logger (= 0.69.5) + - React-perflogger (= 0.69.5) + - RNCAsyncStorage (1.18.2): + - React-Core + - RNScreens (3.17.0): + - React-Core + - React-RCTImage + - RNSVG (13.4.0): + - React-Core + - SocketRocket (0.6.1) + - 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.2.0.1) + - Flipper-Fmt (= 7.1.7) + - Flipper-Folly (= 2.6.10) + - Flipper-Glog (= 0.5.0.5) + - 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-bridging (from `../node_modules/react-native/ReactCommon`) + - 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-native-get-random-values (from `../node_modules/react-native-get-random-values`) + - react-native-safe-area-context (from `../node_modules/react-native-safe-area-context`) + - 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`) + - "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: + 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-bridging: + :path: "../node_modules/react-native/ReactCommon" + 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-native-get-random-values: + :path: "../node_modules/react-native-get-random-values" + react-native-safe-area-context: + :path: "../node_modules/react-native-safe-area-context" + 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" + RNCAsyncStorage: + :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" + +SPEC CHECKSUMS: + boost: a7c83b31436843459a1961bfd74b96033dc77234 + CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99 + DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54 + FBLazyVector: 0045cf98ca4a48af3bf7108d85b1c243740fa289 + FBReactNativeSpec: 82e74141263f8c962e288f5cd6b5d149cdc8afe1 + Flipper: 26fc4b7382499f1281eb8cb921e5c3ad6de91fe0 + Flipper-Boost-iOSX: fd1e2b8cbef7e662a122412d7ac5f5bea715403c + Flipper-DoubleConversion: 2dc99b02f658daf147069aad9dbd29d8feb06d30 + Flipper-Fmt: 60cbdd92fc254826e61d669a5d87ef7015396a9b + Flipper-Folly: 584845625005ff068a6ebf41f857f468decd26b3 + Flipper-Glog: 70c50ce58ddaf67dc35180db05f191692570f446 + Flipper-PeerTalk: 116d8f857dc6ef55c7a5a75ea3ceaafe878aadc9 + Flipper-RSocket: d9d9ade67cbecf6ac10730304bf5607266dd2541 + FlipperKit: cbdee19bdd4e7f05472a66ce290f1b729ba3cb86 + fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9 + glog: 3d02b25ca00c2d456734d0bcff864cbc62f6ae1a + libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913 + OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c + RCT-Folly: b9d9fe1fc70114b751c076104e52f3b1b5e5a95a + RCTRequired: 85c60c4bde8241278be2c93420de4c65475a2151 + RCTTypeSafety: 15990f289215eb0fc65c5eb6e2610faeeda8d5e1 + React: 6cfa9367042a85f6235740420df017d51efc6494 + React-bridging: bf49ea3fa02446c647748d33cc9cbc0f5509bba7 + React-callinvoker: 6b98a94d1f5063afe211379d061b01f40707394a + React-Codegen: 2fe0ade7442acce0b729a228a2d9111b6ef294e2 + React-Core: ad82eacbe769f918b0d199df3cb7c780cd3f46ff + React-CoreModules: 72b07fed89ab0e7f2600f9275ec9642130aa920c + React-cxxreact: 2bba16be9eb4116bee86e3dfd85aeb67b2795eca + React-jsi: 013de11039e08ae5d67868a72f1012794d34e72f + React-jsiexecutor: e42f0b46de293a026c2fb20e524d4fe09f81f575 + React-jsinspector: e385fb7a1440ae3f3b2cd1a139ca5aadaab43c10 + React-logger: 15c734997c06fe9c9b88e528fb7757601e7a56df + react-native-get-random-values: a6ea6a8a65dc93e96e24a11105b1a9c8cfe1d72a + react-native-safe-area-context: b456e1c40ec86f5593d58b275bd0e9603169daca + React-perflogger: 367418425c5e4a9f0f80385ee1eaacd2a7348f8e + React-RCTActionSheet: e4885e7136f98ded1137cd3daccc05eaed97d5a6 + React-RCTAnimation: 7c5a74f301c9b763343ba98a3dd776ed2676993f + React-RCTBlob: 5c294e0415b290b1b3b72ec454c43e3afcfab444 + React-RCTImage: e82034ab64dfbadd3e0b42d830a810702f59f758 + React-RCTLinking: f007e2b4094e1fd364f3bde8bbd94113d4e1e70f + React-RCTNetwork: 72eaf2f4cbcb5105b2ef4ac6a987b51047d8835f + React-RCTSettings: 61949292107ca7b6cf9601679e952b1b5a3546a7 + React-RCTText: 307181243987b73aaefc22afd0b57b10ef970429 + React-RCTVibration: 42b34fde72e42446d9b08d2b9a3ddc2fa9ac6189 + React-runtimeexecutor: c778439c3c430a5719d027d3c67423b390a221fe + ReactCommon: ab1003b81be740fecd82509c370a45b1a7dda0c1 + RNCAsyncStorage: ddc4ee162bfd41b0d2c68bf2d95acd81dd7f1f93 + RNScreens: 0df01424e9e0ed7827200d6ed1087ddd06c493f9 + RNSVG: 07dbd870b0dcdecc99b3a202fa37c8ca163caec2 + SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17 + Yoga: c2b1f2494060865ac1f27e49639e72371b1205fa + YogaKit: f782866e155069a2cca2517aafea43200b01fd5a + +PODFILE CHECKSUM: 2f03233374cc133d4bdf4724fa07c1e0bc08ab8c + +COCOAPODS: 1.11.3