Closed itsZain1 closed 3 months ago
hey @itsZain1 👋 did you install the rest of the needed packages? Specially @walletconnect/react-native-compat
+ run pod install
needed packages:
yarn add @react-native-async-storage/async-storage react-native-get-random-values react-native-svg react-native-modal @react-native-community/netinfo @walletconnect/react-native-compat
@ignaciosantise, I have installed all the packages, but I am getting the error "unable to resolve expo-application." I am a bit confused by this error since I am following the documentation specifically for React Native CLI on WalletConnect.
@ignaciosantise after installing expo-application—which I'm unclear on why it’s necessary, I encounter the following error. Please help me figure out how to fix this:
hey @itsZain1 , if you are not using expo you don't need to install expo-application
. Can you create a MRE so i can check the code?
also, please add npx react-native info
response in the issue details
@ignaciosantise here is my Package.json file
{
"name": "habitnest",
"version": "2.0.17",
"private": true,
"rnpm": {
"assets": [
"./assests/fonts/"
]
},
"scripts": {
"start": "npx react-native start",
"clean-android": "cd android; ./gradlew clean",
"android": "react-native run-android",
"android-dev-build": "cd android && ./gradlew clean && ENVFILE=.env.dev ./gradlew app:assembleRelease",
"android-stg-build": "cd android && ./gradlew clean && ENVFILE=.env.stg ./gradlew app:assembleRelease",
"android-prd-build": "cd android && ./gradlew clean && ENVFILE=.env.prd ./gradlew app:bundleRelease",
"ios": "react-native run-ios --scheme Debug",
"ios-s": "react-native run-ios --scheme Staging",
"clean": "rm -rf $TMPDIR/react-* && watchman watch-del-all && yarn cache clean",
"newclear": "rm -rf $TMPDIR/react-* && watchman watch-del-all && rm -rf ios/build/ModuleCache/* && rm -rf node_modules/ && yarn cache clean && yarn install",
"test": "jest --updateSnapshot",
"lint": "./node_modules/.bin/eslint .",
"lint:fix": "./node_modules/.bin/eslint . --fix",
"typecheck": "tsc",
"coverage": "jest --coverage --passWithNoTests --updateSnapshot",
"test:watch": "NODE_ENV=development yarn test --watch",
"storybook:server": "ln -s -f ../@storybook/react-native-server/bin/index.js ./node_modules/.bin/start-storybook && start-storybook",
"storybook:app": "react-native run-ios --scheme Storybook",
"cavy:ios": "cavy run-ios",
"cavy:android": "cavy run-android",
"loki:update": "yarn loki update",
"prestorybook": "rnstl",
"ios-15": "npx react-native run-ios --simulator='iPhone 15'",
"regression": "reg-suit run",
"postinstall": "npx patch-package && npx jetify",
"pre-push": "bash ./pre-push.sh",
"storybook:web": "ln -s -f ../@storybook/react/bin/index.js ./node_modules/.bin/start-storybook && yarn start-storybook -p 9001 -c ./storybook-web",
"build-storybook": "ln -s -f ../@storybook/react/bin/build.js ./node_modules/.bin/build-storybook && build-storybook -c ./storybook-web",
"deploy-storybook": "storybook-to-ghpages --existing-output-dir=storybook-static -c ./storybook-web --ci --source-branch master",
"detox:build-ios-debug": "detox build --configuration ios.sim.debug",
"detox:build-ios-release": "detox build --configuration ios.sim.release",
"detox:test-ios-debug": "detox test --configuration ios.sim.debug",
"detox:test-ios-release": "detox test --configuration ios.sim.release",
"e2e:ios-debug": "yarn detox:build-ios-debug && yarn detox:test-ios-debug",
"e2e:ios-release": "yarn detox:build-ios-release && yarn detox:test-ios-release"
},
"dependencies": {
"@babel/polyfill": "^7.6.0",
"@babel/preset-env": "^7.9.5",
"@clearsummit/carabiners": "^0.1.0",
"@clearsummit/radio-dispatch": "^0.5.2",
"@emotion/core": "^10.0.22",
"@emotion/native": "^10.0.27",
"@intercom/intercom-react-native": "^1.1.1",
"@invertase/react-native-apple-authentication": "2.1.1",
"@react-native-async-storage/async-storage": "^1.23.1",
"@react-native-community/async-storage": "^1.12.0",
"@react-native-community/blur": "^4.3.2",
"@react-native-community/cli": "^4.10.1",
"@react-native-community/cli-debugger-ui": "^4.9.0",
"@react-native-community/cli-platform-android": "^4.10.1",
"@react-native-community/cli-platform-ios": "^4.10.1",
"@react-native-community/cli-tools": "^4.10.1",
"@react-native-community/cli-types": "^4.10.1",
"@react-native-community/clipboard": "^1.5.1",
"@react-native-community/datetimepicker": "^3.5.2",
"@react-native-community/google-signin": "^5.0.0",
"@react-native-community/hooks": "^2.8.0",
"@react-native-community/masked-view": "^0.1.8",
"@react-native-community/netinfo": "^11.3.2",
"@react-native-community/push-notification-ios": "^1.8.0",
"@react-navigation/bottom-tabs": "^5.8.0",
"@react-navigation/core": "^5.12.3",
"@react-navigation/drawer": "^5.9.0",
"@react-navigation/native": "^5.7.3",
"@react-navigation/stack": "^5.9.0",
"@sentry/react-native": "^2.6.0",
"@storybook/storybook-deployer": "^2.8.5",
"@svanboxel/visibility-sensor-react-native": "^1.0.2",
"@types/cavy": "^3.2.0",
"@types/react-native-actionsheet": "^2.4.3",
"@types/react-native-snap-carousel": "^3.8.5",
"@types/react-redux": "^7.1.9",
"@types/zxcvbn": "^4.4.0",
"@walletconnect/react-native-compat": "^2.13.3",
"@web3modal/wagmi-react-native": "^1.4.1",
"airbridge-react-native-sdk": "^2.2.0",
"appcenter": "^4.4.5",
"axios": "^0.19.2",
"cavy": "^4.0.1",
"cheerio": "^1.0.0-rc.12",
"dotenv-webpack": "^2.0.0",
"emotion-theming": "^10.0.19",
"formik": "^2.0.3",
"hex-rgb": "4.3.0",
"i18n-js": "^3.5.0",
"immutability-helper": "^3.0.0",
"jsc-android": "^241213.1.0",
"libphonenumber-js": "^1.7.26",
"lodash": "^4.17.11",
"markdown-it-emoji": "^2.0.0",
"marked": "^0.8.0",
"moment": "^2.24.0",
"normalizr": "^3.6.0",
"react": "16.13.1",
"react-devtools": "^3.1.0",
"react-dom": "^16.6.3",
"react-native": "0.63.3",
"react-native-actionsheet": "^2.4.2",
"react-native-branch": "^5.0.0",
"react-native-calendar-strip": "^2.2.6",
"react-native-calendars": "^1.1301.0",
"react-native-code-push": "^6.4.0",
"react-native-color-matrix-image-filters": "^5.2.10",
"react-native-config": "^1.4.0",
"react-native-country-picker-modal": "^2.0.0",
"react-native-dashed-line": "^1.1.0",
"react-native-device-info": "^5.3.1",
"react-native-draggable": "^3.3.0",
"react-native-email-link": "^1.10.0",
"react-native-fast-image": "^8.6.3",
"react-native-fbsdk": "^3.0.0",
"react-native-gesture-handler": "^1.8.0",
"react-native-get-random-values": "^1.11.0",
"react-native-gifted-chat": "^0.14.1",
"react-native-hyperlink": "^0.0.19",
"react-native-iap": "^7.5.1",
"react-native-image-crop-picker": "^0.41.0",
"react-native-image-pan-zoom": "^2.1.12",
"react-native-in-app-review": "^3.2.3",
"react-native-iphone-x-helper": "^1.3.1",
"react-native-json-tree": "^1.2.0",
"react-native-keyboard-aware-scroll-view": "^0.9.4",
"react-native-linear-gradient": "^2.8.3",
"react-native-localize": "^2.0.1",
"react-native-maps": "0.27.1",
"react-native-markdown-display": "^7.0.0-alpha.2",
"react-native-mixpanel": "^1.2.0",
"react-native-modal": "^13.0.1",
"react-native-modal-datetime-picker": "^10.0.0",
"react-native-orientation": "^3.1.3",
"react-native-page-control": "^1.1.1",
"react-native-permissions": "3.6.1",
"react-native-picker-select": "^7.0.0",
"react-native-picky": "^0.4.0",
"react-native-pinchable": "^0.2.1",
"react-native-progress": "^5.0.0",
"react-native-push-notification": "^8.1.1",
"react-native-reanimated": "^1.8.0",
"react-native-safe-area-context": "^3.2.0",
"react-native-screens": "^2.4.0",
"react-native-skeleton-placeholder": "^5.2.4",
"react-native-snap-carousel": "^3.9.1",
"react-native-spinkit": "^1.5.0",
"react-native-splash-screen": "^3.2.0",
"react-native-storybook-loader": "^1.8.0",
"react-native-svg": "^15.3.0",
"react-native-svg-uri": "https://github.com/clearsummit/react-native-svg-uri.git#1.2.4",
"react-native-swipe-detect": "^1.0.10",
"react-native-swiper": "^1.6.0",
"react-native-video": "^5.2.1",
"react-native-web": "^0.12.2",
"react-redux": "^7.1.3",
"redux": "^4.0.5",
"redux-saga": "^1.1.3",
"rgb-hex": "3.0.0",
"swr": "^0.3.0",
"toggle-switch-react-native": "^3.3.0",
"twilio-chat": "^3.3.7",
"uuid": "^8.3.0",
"viem": "1.21.4",
"wagmi": "1.4.13",
"yup": "^0.27.0",
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/helper-simple-access": "^7.8.3",
"@babel/helper-validator-identifier": "^7.9.5",
"@babel/plugin-proposal-async-generator-functions": "^7.8.3",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-proposal-numeric-separator": "^7.8.3",
"@babel/plugin-syntax-optional-chaining": "^7.0.0",
"@babel/plugin-transform-async-to-generator": "^7.8.3",
"@babel/plugin-transform-dotall-regex": "^7.8.3",
"@babel/plugin-transform-duplicate-keys": "^7.8.3",
"@babel/plugin-transform-modules-amd": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/runtime": "^7.8.4",
"@react-native-community/eslint-config": "^1.1.0",
"@storybook/addon-docs": "^5.3.18",
"@storybook/addon-knobs": "5.3.18",
"@storybook/addon-links": "5.3.18",
"@storybook/addon-ondevice-actions": "5.3.18",
"@storybook/addon-ondevice-backgrounds": "5.3.18",
"@storybook/addon-ondevice-knobs": "5.3.18",
"@storybook/addon-ondevice-notes": "5.3.18",
"@storybook/addon-options": "5.3.18",
"@storybook/addon-storyshots": "5.3.18",
"@storybook/addon-viewport": "5.3.18",
"@storybook/addons": "5.3.18",
"@storybook/cli": "5.3.18",
"@storybook/react": "5.3.18",
"@storybook/react-native": "5.3.18",
"@storybook/react-native-server": "5.3.18",
"@storybook/theming": "5.3.18",
"@types/axios": "^0.14.0",
"@types/geojson": "^7946.0.7",
"@types/i18n-js": "^3.0.3",
"@types/jest": "^26.0.10",
"@types/lodash": "^4.14.159",
"@types/markdown-it-emoji": "^2.0.0",
"@types/react": "^16.9.46",
"@types/react-native": "^0.63.42",
"@types/react-native-fbsdk": "^3.0.0",
"@types/react-native-maps": "^0.24.0",
"@types/react-native-orientation": "^5.0.1",
"@types/react-native-push-notification": "^5.0.0",
"@types/react-native-video": "^5.0.3",
"@types/react-test-renderer": "^16.9.3",
"@types/redux": "^3.6.0",
"@types/uuid": "^8.3.0",
"@types/yup": "^0.29.6",
"@typescript-eslint/eslint-plugin": "^3.9.1",
"@typescript-eslint/parser": "^3.9.1",
"babel-cli": "^6.26.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^25.1.0",
"babel-loader": "^8.1.0",
"babel-plugin-emotion": "^10.0.22",
"babel-plugin-module-resolver": "^4.0.0",
"babel-plugin-react-docgen": "^4.1.0",
"babel-plugin-react-native-web": "^0.12.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"core-js": "^3.1.4",
"detox": "^16.5.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.7.0",
"eslint": "^7.7.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-import-resolver-typescript": "^2.2.1",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^22.20.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-native": "^3.7.0",
"eslint-plugin-simple-import-sort": "^5.0.3",
"husky": "^3.0.9",
"jest": "^25.1.0",
"jest-circus": "^25.1.0",
"jetifier": "^1.6.4",
"loki": "^0.20.3",
"metro-react-native-babel-preset": "^0.66.2",
"react-test-renderer": "16.13.1",
"reg-keygen-git-hash-plugin": "0.7.16",
"reg-notify-github-plugin": "0.7.21",
"reg-publish-s3-plugin": "0.7.22",
"reg-suit": "0.7.17",
"storybook-chrome-screenshot": "^1.4.0",
"ts-loader": "^8.0.3",
"typescript": "^4.0.2"
},
"engines": {
"node": ">=18"
},
"packageManager": "yarn@3.6.4",
"resolutions": {
"@babel/preset-env": "^7.9.5",
"electron": "^11.0.1",
"@storybook/addon-ondevice-notes/react-native-simple-markdown": "github:CharlesMangwa/react-native-simple-markdown#pull/112/head"
},
"config": {
"react-native-storybook-loader": {
"searchDir": [
"./src"
],
"pattern": "**/*.story.*",
"outputFile": "./storybook/story-loader.js"
}
},
"husky": {
"hooks": {
"pre-push": "yarn run pre-push"
}
},
"loki": {
"configurations": {
"ios": {
"target": "ios.simulator"
}
}
},
"detox": {
"configurations": {
"ios.sim.release": {
"binaryPath": "ios/build/Build/Products/Release-iphonesimulator/habitnest.app",
"build": "export RCT_NO_LAUNCH_PACKAGER=true && xcodebuild -workspace ios/habitnest.xcworkspace -scheme Production -configuration Release -sdk iphonesimulator -derivedDataPath ios/build -quiet",
"type": "ios.simulator",
"device": {
"type": "iPhone 11 Pro"
}
},
"ios.sim.debug": {
"binaryPath": "ios/build/Build/Products/Debug-iphonesimulator/habitnest.app",
"build": "xcodebuild -workspace ios/habitnest.xcworkspace -scheme Production -configuration Debug -sdk iphonesimulator -derivedDataPath ios/build -quiet",
"type": "ios.simulator",
"device": {
"type": "iPhone 11 Pro"
}
}
},
"test-runner": "jest",
"runner-config": "./jest-e2e.config.js"
}
}
DOCS LINK: I am following this documentation: https://docs.walletconnect.com/appkit/react-native/core/installation?platform=wagmi1 After installing the packages which are available in package.json above I get the error to install expo-application. Project is expo ejected react native
@itsZain1 can you share your podfile.lock
?
And also, can you share a repo where i can reproduce the error?
PODS:
- AirBridge (1.32.0)
- airbridge-react-native-sdk (2.3.0):
- AirBridge (= 1.32.0)
- React
- AppAuth (1.6.2):
- AppAuth/Core (= 1.6.2)
- AppAuth/ExternalUserAgent (= 1.6.2)
- AppAuth/Core (1.6.2)
- AppAuth/ExternalUserAgent (1.6.2):
- AppAuth/Core
- appcenter-core (4.4.5):
- AppCenterReactNativeShared (~> 4.0)
- React-Core
- AppCenter/Core (4.4.3)
- AppCenterReactNativeShared (4.4.5):
- AppCenter/Core (= 4.4.3)
- Base64 (1.1.2)
- boost-for-react-native (1.63.0)
- Branch (0.35.0)
- BVLinearGradient (2.8.3):
- React-Core
- CocoaAsyncSocket (7.6.5)
- CodePush (6.4.1):
- Base64 (~> 1.1)
- JWT (~> 3.0.0-beta.12)
- React-Core
- SSZipArchive (~> 2.2.2)
- CryptoSwift (1.7.1)
- DoubleConversion (1.1.6)
- FBLazyVector (0.63.3)
- FBReactNativeSpec (0.63.3):
- Folly (= 2020.01.13.00)
- RCTRequired (= 0.63.3)
- RCTTypeSafety (= 0.63.3)
- React-Core (= 0.63.3)
- React-jsi (= 0.63.3)
- ReactCommon/turbomodule/core (= 0.63.3)
- FBSDKCoreKit (8.2.0):
- FBSDKCoreKit/Basics (= 8.2.0)
- FBSDKCoreKit/Core (= 8.2.0)
- FBSDKCoreKit/Basics (8.2.0)
- FBSDKCoreKit/Core (8.2.0):
- FBSDKCoreKit/Basics
- FBSDKLoginKit (8.2.0):
- FBSDKLoginKit/Login (= 8.2.0)
- FBSDKLoginKit/Login (8.2.0):
- FBSDKCoreKit (~> 8.2.0)
- FBSDKShareKit (8.2.0):
- FBSDKShareKit/Share (= 8.2.0)
- FBSDKShareKit/Share (8.2.0):
- FBSDKCoreKit (~> 8.2.0)
- Flipper (0.87.0):
- Flipper-Folly (~> 2.5)
- Flipper-RSocket (~> 1.3)
- Flipper-DoubleConversion (1.1.7)
- Flipper-Folly (2.5.3):
- boost-for-react-native
- Flipper-DoubleConversion
- Flipper-Glog
- libevent (~> 2.1.12)
- OpenSSL-Universal (= 1.1.180)
- Flipper-Glog (0.3.6)
- Flipper-PeerTalk (0.0.4)
- Flipper-RSocket (1.3.1):
- Flipper-Folly (~> 2.5)
- FlipperKit (0.87.0):
- FlipperKit/Core (= 0.87.0)
- FlipperKit/Core (0.87.0):
- Flipper (~> 0.87.0)
- FlipperKit/CppBridge
- FlipperKit/FBCxxFollyDynamicConvert
- FlipperKit/FBDefines
- FlipperKit/FKPortForwarding
- FlipperKit/CppBridge (0.87.0):
- Flipper (~> 0.87.0)
- FlipperKit/FBCxxFollyDynamicConvert (0.87.0):
- Flipper-Folly (~> 2.5)
- FlipperKit/FBDefines (0.87.0)
- FlipperKit/FKPortForwarding (0.87.0):
- CocoaAsyncSocket (~> 7.6)
- Flipper-PeerTalk (~> 0.0.4)
- FlipperKit/FlipperKitHighlightOverlay (0.87.0)
- FlipperKit/FlipperKitLayoutHelpers (0.87.0):
- FlipperKit/Core
- FlipperKit/FlipperKitHighlightOverlay
- FlipperKit/FlipperKitLayoutTextSearchable
- FlipperKit/FlipperKitLayoutIOSDescriptors (0.87.0):
- FlipperKit/Core
- FlipperKit/FlipperKitHighlightOverlay
- FlipperKit/FlipperKitLayoutHelpers
- YogaKit (~> 1.18)
- FlipperKit/FlipperKitLayoutPlugin (0.87.0):
- FlipperKit/Core
- FlipperKit/FlipperKitHighlightOverlay
- FlipperKit/FlipperKitLayoutHelpers
- FlipperKit/FlipperKitLayoutIOSDescriptors
- FlipperKit/FlipperKitLayoutTextSearchable
- YogaKit (~> 1.18)
- FlipperKit/FlipperKitLayoutTextSearchable (0.87.0)
- FlipperKit/FlipperKitNetworkPlugin (0.87.0):
- FlipperKit/Core
- FlipperKit/FlipperKitReactPlugin (0.87.0):
- FlipperKit/Core
- FlipperKit/FlipperKitUserDefaultsPlugin (0.87.0):
- FlipperKit/Core
- FlipperKit/SKIOSNetworkPlugin (0.87.0):
- FlipperKit/Core
- FlipperKit/FlipperKitNetworkPlugin
- Folly (2020.01.13.00):
- boost-for-react-native
- DoubleConversion
- Folly/Default (= 2020.01.13.00)
- glog
- Folly/Default (2020.01.13.00):
- boost-for-react-native
- DoubleConversion
- glog
- glog (0.3.5)
- Google-Maps-iOS-Utils (2.1.0):
- Google-Maps-iOS-Utils/Clustering (= 2.1.0)
- Google-Maps-iOS-Utils/Geometry (= 2.1.0)
- Google-Maps-iOS-Utils/Heatmap (= 2.1.0)
- Google-Maps-iOS-Utils/QuadTree (= 2.1.0)
- GoogleMaps
- Google-Maps-iOS-Utils/Clustering (2.1.0):
- Google-Maps-iOS-Utils/QuadTree
- GoogleMaps
- Google-Maps-iOS-Utils/Geometry (2.1.0):
- GoogleMaps
- Google-Maps-iOS-Utils/Heatmap (2.1.0):
- Google-Maps-iOS-Utils/QuadTree
- GoogleMaps
- Google-Maps-iOS-Utils/QuadTree (2.1.0):
- GoogleMaps
- GoogleMaps (3.5.0):
- GoogleMaps/Maps (= 3.5.0)
- GoogleMaps/Base (3.5.0)
- GoogleMaps/Maps (3.5.0):
- GoogleMaps/Base
- GoogleSignIn (5.0.2):
- AppAuth (~> 1.2)
- GTMAppAuth (~> 1.0)
- GTMSessionFetcher/Core (~> 1.1)
- GTMAppAuth (1.3.1):
- AppAuth/Core (~> 1.6)
- GTMSessionFetcher/Core (< 3.0, >= 1.5)
- GTMSessionFetcher/Core (1.7.2)
- Intercom (10.3.5)
- intercom-react-native (1.1.1):
- Intercom (~> 10.3.0)
- React-Core
- JWT (3.0.0-beta.14):
- Base64 (~> 1.1.2)
- libevent (2.1.12)
- libwebp (1.3.1):
- libwebp/demux (= 1.3.1)
- libwebp/mux (= 1.3.1)
- libwebp/sharpyuv (= 1.3.1)
- libwebp/webp (= 1.3.1)
- libwebp/demux (1.3.1):
- libwebp/webp
- libwebp/mux (1.3.1):
- libwebp/demux
- libwebp/sharpyuv (1.3.1)
- libwebp/webp (1.3.1):
- libwebp/sharpyuv
- Mixpanel (3.6.5)
- OpenSSL-Universal (1.1.180)
- Permission-Camera (3.6.1):
- RNPermissions
- Permission-Notifications (3.6.1):
- RNPermissions
- Permission-PhotoLibrary (3.6.1):
- RNPermissions
- RCTRequired (0.63.3)
- RCTTypeSafety (0.63.3):
- FBLazyVector (= 0.63.3)
- Folly (= 2020.01.13.00)
- RCTRequired (= 0.63.3)
- React-Core (= 0.63.3)
- React (0.63.3):
- React-Core (= 0.63.3)
- React-Core/DevSupport (= 0.63.3)
- React-Core/RCTWebSocket (= 0.63.3)
- React-RCTActionSheet (= 0.63.3)
- React-RCTAnimation (= 0.63.3)
- React-RCTBlob (= 0.63.3)
- React-RCTImage (= 0.63.3)
- React-RCTLinking (= 0.63.3)
- React-RCTNetwork (= 0.63.3)
- React-RCTSettings (= 0.63.3)
- React-RCTText (= 0.63.3)
- React-RCTVibration (= 0.63.3)
- React-callinvoker (0.63.3)
- React-Core (0.63.3):
- Folly (= 2020.01.13.00)
- glog
- React-Core/Default (= 0.63.3)
- React-cxxreact (= 0.63.3)
- React-jsi (= 0.63.3)
- React-jsiexecutor (= 0.63.3)
- Yoga
- React-Core/CoreModulesHeaders (0.63.3):
- Folly (= 2020.01.13.00)
- glog
- React-Core/Default
- React-cxxreact (= 0.63.3)
- React-jsi (= 0.63.3)
- React-jsiexecutor (= 0.63.3)
- Yoga
- React-Core/Default (0.63.3):
- Folly (= 2020.01.13.00)
- glog
- React-cxxreact (= 0.63.3)
- React-jsi (= 0.63.3)
- React-jsiexecutor (= 0.63.3)
- Yoga
- React-Core/DevSupport (0.63.3):
- Folly (= 2020.01.13.00)
- glog
- React-Core/Default (= 0.63.3)
- React-Core/RCTWebSocket (= 0.63.3)
- React-cxxreact (= 0.63.3)
- React-jsi (= 0.63.3)
- React-jsiexecutor (= 0.63.3)
- React-jsinspector (= 0.63.3)
- Yoga
- React-Core/RCTActionSheetHeaders (0.63.3):
- Folly (= 2020.01.13.00)
- glog
- React-Core/Default
- React-cxxreact (= 0.63.3)
- React-jsi (= 0.63.3)
- React-jsiexecutor (= 0.63.3)
- Yoga
- React-Core/RCTAnimationHeaders (0.63.3):
- Folly (= 2020.01.13.00)
- glog
- React-Core/Default
- React-cxxreact (= 0.63.3)
- React-jsi (= 0.63.3)
- React-jsiexecutor (= 0.63.3)
- Yoga
- React-Core/RCTBlobHeaders (0.63.3):
- Folly (= 2020.01.13.00)
- glog
- React-Core/Default
- React-cxxreact (= 0.63.3)
- React-jsi (= 0.63.3)
- React-jsiexecutor (= 0.63.3)
- Yoga
- React-Core/RCTImageHeaders (0.63.3):
- Folly (= 2020.01.13.00)
- glog
- React-Core/Default
- React-cxxreact (= 0.63.3)
- React-jsi (= 0.63.3)
- React-jsiexecutor (= 0.63.3)
- Yoga
- React-Core/RCTLinkingHeaders (0.63.3):
- Folly (= 2020.01.13.00)
- glog
- React-Core/Default
- React-cxxreact (= 0.63.3)
- React-jsi (= 0.63.3)
- React-jsiexecutor (= 0.63.3)
- Yoga
- React-Core/RCTNetworkHeaders (0.63.3):
- Folly (= 2020.01.13.00)
- glog
- React-Core/Default
- React-cxxreact (= 0.63.3)
- React-jsi (= 0.63.3)
- React-jsiexecutor (= 0.63.3)
- Yoga
- React-Core/RCTSettingsHeaders (0.63.3):
- Folly (= 2020.01.13.00)
- glog
- React-Core/Default
- React-cxxreact (= 0.63.3)
- React-jsi (= 0.63.3)
- React-jsiexecutor (= 0.63.3)
- Yoga
- React-Core/RCTTextHeaders (0.63.3):
- Folly (= 2020.01.13.00)
- glog
- React-Core/Default
- React-cxxreact (= 0.63.3)
- React-jsi (= 0.63.3)
- React-jsiexecutor (= 0.63.3)
- Yoga
- React-Core/RCTVibrationHeaders (0.63.3):
- Folly (= 2020.01.13.00)
- glog
- React-Core/Default
- React-cxxreact (= 0.63.3)
- React-jsi (= 0.63.3)
- React-jsiexecutor (= 0.63.3)
- Yoga
- React-Core/RCTWebSocket (0.63.3):
- Folly (= 2020.01.13.00)
- glog
- React-Core/Default (= 0.63.3)
- React-cxxreact (= 0.63.3)
- React-jsi (= 0.63.3)
- React-jsiexecutor (= 0.63.3)
- Yoga
- React-CoreModules (0.63.3):
- FBReactNativeSpec (= 0.63.3)
- Folly (= 2020.01.13.00)
- RCTTypeSafety (= 0.63.3)
- React-Core/CoreModulesHeaders (= 0.63.3)
- React-jsi (= 0.63.3)
- React-RCTImage (= 0.63.3)
- ReactCommon/turbomodule/core (= 0.63.3)
- React-cxxreact (0.63.3):
- boost-for-react-native (= 1.63.0)
- DoubleConversion
- Folly (= 2020.01.13.00)
- glog
- React-callinvoker (= 0.63.3)
- React-jsinspector (= 0.63.3)
- React-jsi (0.63.3):
- boost-for-react-native (= 1.63.0)
- DoubleConversion
- Folly (= 2020.01.13.00)
- glog
- React-jsi/Default (= 0.63.3)
- React-jsi/Default (0.63.3):
- boost-for-react-native (= 1.63.0)
- DoubleConversion
- Folly (= 2020.01.13.00)
- glog
- React-jsiexecutor (0.63.3):
- DoubleConversion
- Folly (= 2020.01.13.00)
- glog
- React-cxxreact (= 0.63.3)
- React-jsi (= 0.63.3)
- React-jsinspector (0.63.3)
- react-native-blur (4.3.2):
- React-Core
- react-native-branch (5.0.0):
- Branch (= 0.35.0)
- React
- react-native-config (1.4.0):
- react-native-config/App (= 1.4.0)
- react-native-config/App (1.4.0):
- React-Core
- react-native-fbsdk (3.0.0):
- React
- react-native-fbsdk/Core (= 3.0.0)
- react-native-fbsdk/Login (= 3.0.0)
- react-native-fbsdk/Share (= 3.0.0)
- react-native-fbsdk/Core (3.0.0):
- FBSDKCoreKit (~> 8.1)
- React
- react-native-fbsdk/Login (3.0.0):
- FBSDKLoginKit (~> 8.1)
- React
- react-native-fbsdk/Share (3.0.0):
- FBSDKShareKit (~> 8.1)
- React
- react-native-google-maps (0.27.1):
- Google-Maps-iOS-Utils (= 2.1.0)
- GoogleMaps (= 3.5.0)
- React
- react-native-in-app-review (3.2.3):
- React
- react-native-maps (0.27.1):
- React
- react-native-mixpanel (1.2.3):
- Mixpanel (~> 3.6.0)
- React
- react-native-orientation (3.1.3):
- React
- react-native-picky (0.4.0):
- React-Core
- react-native-pinchable (0.2.1):
- React-Core
- react-native-safe-area-context (3.2.0):
- React-Core
- react-native-spinkit (1.4.1):
- React
- react-native-splash-screen (3.2.0):
- React
- react-native-video (5.2.1):
- React-Core
- react-native-video/Video (= 5.2.1)
- react-native-video/Video (5.2.1):
- React-Core
- React-RCTActionSheet (0.63.3):
- React-Core/RCTActionSheetHeaders (= 0.63.3)
- React-RCTAnimation (0.63.3):
- FBReactNativeSpec (= 0.63.3)
- Folly (= 2020.01.13.00)
- RCTTypeSafety (= 0.63.3)
- React-Core/RCTAnimationHeaders (= 0.63.3)
- React-jsi (= 0.63.3)
- ReactCommon/turbomodule/core (= 0.63.3)
- React-RCTBlob (0.63.3):
- FBReactNativeSpec (= 0.63.3)
- Folly (= 2020.01.13.00)
- React-Core/RCTBlobHeaders (= 0.63.3)
- React-Core/RCTWebSocket (= 0.63.3)
- React-jsi (= 0.63.3)
- React-RCTNetwork (= 0.63.3)
- ReactCommon/turbomodule/core (= 0.63.3)
- React-RCTImage (0.63.3):
- FBReactNativeSpec (= 0.63.3)
- Folly (= 2020.01.13.00)
- RCTTypeSafety (= 0.63.3)
- React-Core/RCTImageHeaders (= 0.63.3)
- React-jsi (= 0.63.3)
- React-RCTNetwork (= 0.63.3)
- ReactCommon/turbomodule/core (= 0.63.3)
- React-RCTLinking (0.63.3):
- FBReactNativeSpec (= 0.63.3)
- React-Core/RCTLinkingHeaders (= 0.63.3)
- React-jsi (= 0.63.3)
- ReactCommon/turbomodule/core (= 0.63.3)
- React-RCTNetwork (0.63.3):
- FBReactNativeSpec (= 0.63.3)
- Folly (= 2020.01.13.00)
- RCTTypeSafety (= 0.63.3)
- React-Core/RCTNetworkHeaders (= 0.63.3)
- React-jsi (= 0.63.3)
- ReactCommon/turbomodule/core (= 0.63.3)
- React-RCTSettings (0.63.3):
- FBReactNativeSpec (= 0.63.3)
- Folly (= 2020.01.13.00)
- RCTTypeSafety (= 0.63.3)
- React-Core/RCTSettingsHeaders (= 0.63.3)
- React-jsi (= 0.63.3)
- ReactCommon/turbomodule/core (= 0.63.3)
- React-RCTText (0.63.3):
- React-Core/RCTTextHeaders (= 0.63.3)
- React-RCTVibration (0.63.3):
- FBReactNativeSpec (= 0.63.3)
- Folly (= 2020.01.13.00)
- React-Core/RCTVibrationHeaders (= 0.63.3)
- React-jsi (= 0.63.3)
- ReactCommon/turbomodule/core (= 0.63.3)
- ReactCommon/turbomodule/core (0.63.3):
- DoubleConversion
- Folly (= 2020.01.13.00)
- glog
- React-callinvoker (= 0.63.3)
- React-Core (= 0.63.3)
- React-cxxreact (= 0.63.3)
- React-jsi (= 0.63.3)
- RNAppleAuthentication (2.1.1):
- React-Core
- RNCAsyncStorage (1.12.0):
- React
- RNCClipboard (1.5.1):
- React-Core
- RNCMaskedView (0.1.10):
- React
- RNColorMatrixImageFilters (5.2.10):
- React-Core
- RNCPushNotificationIOS (1.8.0):
- React-Core
- RNDateTimePicker (3.5.2):
- React-Core
- RNDeviceInfo (5.6.5):
- React
- RNFastImage (8.6.3):
- React-Core
- SDWebImage (~> 5.11.1)
- SDWebImageWebPCoder (~> 0.8.4)
- RNGestureHandler (1.8.0):
- React
- RNGoogleSignin (5.0.0):
- GoogleSignIn (~> 5.0.0)
- React-Core
- RNIap (7.5.1):
- React-Core
- RNImageCropPicker (0.41.0):
- React-Core
- React-RCTImage
- RNImageCropPicker/QBImagePickerController (= 0.41.0)
- TOCropViewController (~> 2.7.3)
- RNImageCropPicker/QBImagePickerController (0.41.0):
- React-Core
- React-RCTImage
- TOCropViewController (~> 2.7.3)
- RNLocalize (2.0.1):
- React-Core
- RNPermissions (3.6.1):
- React-Core
- RNReanimated (1.13.1):
- React
- RNScreens (2.11.0):
- React
- RNSentry (2.6.0):
- React-Core
- Sentry (= 7.0.0)
- RNSVG (12.1.0):
- React
- SDWebImage (5.11.1):
- SDWebImage/Core (= 5.11.1)
- SDWebImage/Core (5.11.1)
- SDWebImageWebPCoder (0.8.5):
- libwebp (~> 1.0)
- SDWebImage/Core (~> 5.10)
- Sentry (7.0.0):
- Sentry/Core (= 7.0.0)
- Sentry/Core (7.0.0)
- SSZipArchive (2.2.3)
- Stripe (23.14.0):
- StripeApplePay (= 23.14.0)
- StripeCore (= 23.14.0)
- StripePayments (= 23.14.0)
- StripePaymentsUI (= 23.14.0)
- StripeUICore (= 23.14.0)
- StripeApplePay (23.14.0):
- StripeCore (= 23.14.0)
- StripeCore (23.14.0)
- StripePayments (23.14.0):
- StripeCore (= 23.14.0)
- StripePayments/Stripe3DS2 (= 23.14.0)
- StripePayments/Stripe3DS2 (23.14.0):
- StripeCore (= 23.14.0)
- StripePaymentsUI (23.14.0):
- StripeCore (= 23.14.0)
- StripePayments (= 23.14.0)
- StripeUICore (= 23.14.0)
- StripeUICore (23.14.0):
- StripeCore (= 23.14.0)
- TOCropViewController (2.7.4)
- WalletConnectSwift (1.7.0):
- CryptoSwift (~> 1.5)
- Yoga (1.14.0)
- YogaKit (1.18.1):
- Yoga (~> 1.14)
DEPENDENCIES:
- airbridge-react-native-sdk (from `../node_modules/airbridge-react-native-sdk`)
- appcenter-core (from `../node_modules/appcenter`)
- BVLinearGradient (from `../node_modules/react-native-linear-gradient`)
- CodePush (from `../node_modules/react-native-code-push`)
- 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/Libraries/FBReactNativeSpec`)
- FBSDKLoginKit
- Flipper (= 0.87.0)
- Flipper-DoubleConversion (= 1.1.7)
- Flipper-Folly (= 2.5.3)
- Flipper-Glog (= 0.3.6)
- Flipper-PeerTalk (~> 0.0.4)
- Flipper-RSocket (= 1.3.1)
- FlipperKit (= 0.87.0)
- FlipperKit/Core (= 0.87.0)
- FlipperKit/CppBridge (= 0.87.0)
- FlipperKit/FBCxxFollyDynamicConvert (= 0.87.0)
- FlipperKit/FBDefines (= 0.87.0)
- FlipperKit/FKPortForwarding (= 0.87.0)
- FlipperKit/FlipperKitHighlightOverlay (= 0.87.0)
- FlipperKit/FlipperKitLayoutPlugin (= 0.87.0)
- FlipperKit/FlipperKitLayoutTextSearchable (= 0.87.0)
- FlipperKit/FlipperKitNetworkPlugin (= 0.87.0)
- FlipperKit/FlipperKitReactPlugin (= 0.87.0)
- FlipperKit/FlipperKitUserDefaultsPlugin (= 0.87.0)
- FlipperKit/SKIOSNetworkPlugin (= 0.87.0)
- Folly (from `../node_modules/react-native/third-party-podspecs/Folly.podspec`)
- glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`)
- Google-Maps-iOS-Utils
- GoogleMaps
- GoogleSignIn
- "intercom-react-native (from `../node_modules/@intercom/intercom-react-native`)"
- Permission-Camera (from `../node_modules/react-native-permissions/ios/Camera`)
- Permission-Notifications (from `../node_modules/react-native-permissions/ios/Notifications`)
- Permission-PhotoLibrary (from `../node_modules/react-native-permissions/ios/PhotoLibrary`)
- 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-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-native-blur (from `../node_modules/@react-native-community/blur`)"
- react-native-branch (from `../node_modules/react-native-branch`)
- react-native-config (from `../node_modules/react-native-config`)
- react-native-fbsdk (from `../node_modules/react-native-fbsdk`)
- react-native-google-maps (from `../node_modules/react-native-maps`)
- react-native-in-app-review (from `../node_modules/react-native-in-app-review`)
- react-native-maps (from `../node_modules/react-native-maps`)
- react-native-mixpanel (from `../node_modules/react-native-mixpanel`)
- react-native-orientation (from `../node_modules/react-native-orientation`)
- react-native-picky (from `../node_modules/react-native-picky`)
- react-native-pinchable (from `../node_modules/react-native-pinchable`)
- react-native-safe-area-context (from `../node_modules/react-native-safe-area-context`)
- react-native-spinkit (from `../node_modules/react-native-spinkit`)
- react-native-splash-screen (from `../node_modules/react-native-splash-screen`)
- react-native-video (from `../node_modules/react-native-video`)
- 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`)
- ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
- "RNAppleAuthentication (from `../node_modules/@invertase/react-native-apple-authentication`)"
- "RNCAsyncStorage (from `../node_modules/@react-native-community/async-storage`)"
- "RNCClipboard (from `../node_modules/@react-native-community/clipboard`)"
- "RNCMaskedView (from `../node_modules/@react-native-community/masked-view`)"
- RNColorMatrixImageFilters (from `../node_modules/react-native-color-matrix-image-filters`)
- "RNCPushNotificationIOS (from `../node_modules/@react-native-community/push-notification-ios`)"
- "RNDateTimePicker (from `../node_modules/@react-native-community/datetimepicker`)"
- RNDeviceInfo (from `../node_modules/react-native-device-info`)
- RNFastImage (from `../node_modules/react-native-fast-image`)
- RNGestureHandler (from `../node_modules/react-native-gesture-handler`)
- "RNGoogleSignin (from `../node_modules/@react-native-community/google-signin`)"
- RNIap (from `../node_modules/react-native-iap`)
- RNImageCropPicker (from `../node_modules/react-native-image-crop-picker`)
- RNLocalize (from `../node_modules/react-native-localize`)
- RNPermissions (from `../node_modules/react-native-permissions`)
- RNReanimated (from `../node_modules/react-native-reanimated`)
- RNScreens (from `../node_modules/react-native-screens`)
- "RNSentry (from `../node_modules/@sentry/react-native`)"
- RNSVG (from `../node_modules/react-native-svg`)
- Stripe (~> 23.6)
- WalletConnectSwift
- Yoga (from `../node_modules/react-native/ReactCommon/yoga`)
SPEC REPOS:
trunk:
- AirBridge
- AppAuth
- AppCenter
- AppCenterReactNativeShared
- Base64
- boost-for-react-native
- Branch
- CocoaAsyncSocket
- CryptoSwift
- FBSDKCoreKit
- FBSDKLoginKit
- FBSDKShareKit
- Flipper
- Flipper-DoubleConversion
- Flipper-Folly
- Flipper-Glog
- Flipper-PeerTalk
- Flipper-RSocket
- FlipperKit
- Google-Maps-iOS-Utils
- GoogleMaps
- GoogleSignIn
- GTMAppAuth
- GTMSessionFetcher
- Intercom
- JWT
- libevent
- libwebp
- Mixpanel
- OpenSSL-Universal
- SDWebImage
- SDWebImageWebPCoder
- Sentry
- SSZipArchive
- Stripe
- StripeApplePay
- StripeCore
- StripePayments
- StripePaymentsUI
- StripeUICore
- TOCropViewController
- WalletConnectSwift
- YogaKit
EXTERNAL SOURCES:
airbridge-react-native-sdk:
:path: "../node_modules/airbridge-react-native-sdk"
appcenter-core:
:path: "../node_modules/appcenter"
BVLinearGradient:
:path: "../node_modules/react-native-linear-gradient"
CodePush:
:path: "../node_modules/react-native-code-push"
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/Libraries/FBReactNativeSpec"
Folly:
:podspec: "../node_modules/react-native/third-party-podspecs/Folly.podspec"
glog:
:podspec: "../node_modules/react-native/third-party-podspecs/glog.podspec"
intercom-react-native:
:path: "../node_modules/@intercom/intercom-react-native"
Permission-Camera:
:path: "../node_modules/react-native-permissions/ios/Camera"
Permission-Notifications:
:path: "../node_modules/react-native-permissions/ios/Notifications"
Permission-PhotoLibrary:
:path: "../node_modules/react-native-permissions/ios/PhotoLibrary"
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-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-native-blur:
:path: "../node_modules/@react-native-community/blur"
react-native-branch:
:path: "../node_modules/react-native-branch"
react-native-config:
:path: "../node_modules/react-native-config"
react-native-fbsdk:
:path: "../node_modules/react-native-fbsdk"
react-native-google-maps:
:path: "../node_modules/react-native-maps"
react-native-in-app-review:
:path: "../node_modules/react-native-in-app-review"
react-native-maps:
:path: "../node_modules/react-native-maps"
react-native-mixpanel:
:path: "../node_modules/react-native-mixpanel"
react-native-orientation:
:path: "../node_modules/react-native-orientation"
react-native-picky:
:path: "../node_modules/react-native-picky"
react-native-pinchable:
:path: "../node_modules/react-native-pinchable"
react-native-safe-area-context:
:path: "../node_modules/react-native-safe-area-context"
react-native-spinkit:
:path: "../node_modules/react-native-spinkit"
react-native-splash-screen:
:path: "../node_modules/react-native-splash-screen"
react-native-video:
:path: "../node_modules/react-native-video"
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"
ReactCommon:
:path: "../node_modules/react-native/ReactCommon"
RNAppleAuthentication:
:path: "../node_modules/@invertase/react-native-apple-authentication"
RNCAsyncStorage:
:path: "../node_modules/@react-native-community/async-storage"
RNCClipboard:
:path: "../node_modules/@react-native-community/clipboard"
RNCMaskedView:
:path: "../node_modules/@react-native-community/masked-view"
RNColorMatrixImageFilters:
:path: "../node_modules/react-native-color-matrix-image-filters"
RNCPushNotificationIOS:
:path: "../node_modules/@react-native-community/push-notification-ios"
RNDateTimePicker:
:path: "../node_modules/@react-native-community/datetimepicker"
RNDeviceInfo:
:path: "../node_modules/react-native-device-info"
RNFastImage:
:path: "../node_modules/react-native-fast-image"
RNGestureHandler:
:path: "../node_modules/react-native-gesture-handler"
RNGoogleSignin:
:path: "../node_modules/@react-native-community/google-signin"
RNIap:
:path: "../node_modules/react-native-iap"
RNImageCropPicker:
:path: "../node_modules/react-native-image-crop-picker"
RNLocalize:
:path: "../node_modules/react-native-localize"
RNPermissions:
:path: "../node_modules/react-native-permissions"
RNReanimated:
:path: "../node_modules/react-native-reanimated"
RNScreens:
:path: "../node_modules/react-native-screens"
RNSentry:
:path: "../node_modules/@sentry/react-native"
RNSVG:
:path: "../node_modules/react-native-svg"
Yoga:
:path: "../node_modules/react-native/ReactCommon/yoga"
SPEC CHECKSUMS:
AirBridge: c74794ee3b10e1db5854df34ede9c31fd149d5ca
airbridge-react-native-sdk: ab2318f58efe6220363f6c23ff73e3bde0565675
AppAuth: 3bb1d1cd9340bd09f5ed189fb00b1cc28e1e8570
AppCenter: 3fd04aa1b166e16fdb03ec81dabe488aece83fbd
appcenter-core: c593b2e4ac28d6a21b6a217c4a5e6b3de7b0b00f
AppCenterReactNativeShared: f395caeabde0dc3a11609dbcb737d0f14cd40e79
Base64: cecfb41a004124895a7bcee567a89bae5a89d49b
boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
Branch: 23b6b9351d5574377e7a764841cfb13a70c2799b
BVLinearGradient: 880f91a7854faff2df62518f0281afb1c60d49a3
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
CodePush: 352a7efabd0a7079a1138a5c6f677baedb0dedf9
CryptoSwift: d3d18dc357932f7e6d580689e065cf1f176007c1
DoubleConversion: cde416483dac037923206447da6e1454df403714
FBLazyVector: 878b59e31113e289e275165efbe4b54fa614d43d
FBReactNativeSpec: 7da9338acfb98d4ef9e5536805a0704572d33c2f
FBSDKCoreKit: 4afd6ff53d8133a433dbcda44451c9498f8c6ce4
FBSDKLoginKit: 7181765f2524d7ebf82d9629066c8e6caafc99d0
FBSDKShareKit: 0c0d51b3af47075a85ed9bea0e28b2fc70e3594b
Flipper: 1bd2db48dcc31e4b167b9a33ec1df01c2ded4893
Flipper-DoubleConversion: 38631e41ef4f9b12861c67d17cb5518d06badc41
Flipper-Folly: 755929a4f851b2fb2c347d533a23f191b008554c
Flipper-Glog: 1dfd6abf1e922806c52ceb8701a3599a79a200a6
Flipper-PeerTalk: 116d8f857dc6ef55c7a5a75ea3ceaafe878aadc9
Flipper-RSocket: 127954abe8b162fcaf68d2134d34dc2bd7076154
FlipperKit: 651f50a42eb95c01b3e89a60996dd6aded529eeb
Folly: b73c3869541e86821df3c387eb0af5f65addfab4
glog: 40a13f7840415b9a77023fbcae0f1e6f43192af3
Google-Maps-iOS-Utils: c32891ff472eaaa1fca032beedafa1a013af7875
GoogleMaps: 32ca02de09de357a10ac773f2c70f1986751392d
GoogleSignIn: 7137d297ddc022a7e0aa4619c86d72c909fa7213
GTMAppAuth: 0ff230db599948a9ad7470ca667337803b3fc4dd
GTMSessionFetcher: 5595ec75acf5be50814f81e9189490412bad82ba
Intercom: d5d4549e40ca8da9f583edab5080e67ef70a8811
intercom-react-native: 3e766f78c84e80cf3065aad26b798756b5942f06
JWT: ef71dfb03e1f842081e64dc42eef0e164f35d251
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
libwebp: 33dc822fbbf4503668d09f7885bbfedc76c45e96
Mixpanel: de8296d8568806ab17bfced0f823c908b808e1e0
OpenSSL-Universal: 1aa4f6a6ee7256b83db99ec1ccdaa80d10f9af9b
Permission-Camera: bf6791b17c7f614b6826019fcfdcc286d3a107f6
Permission-Notifications: 150484ae586eb9be4e32217582a78350a9bb31c3
Permission-PhotoLibrary: 5b34ca67279f7201ae109cef36f9806a6596002d
RCTRequired: 48884c74035a0b5b76dbb7a998bd93bcfc5f2047
RCTTypeSafety: edf4b618033c2f1c5b7bc3d90d8e085ed95ba2ab
React: f36e90f3ceb976546e97df3403e37d226f79d0e3
React-callinvoker: 18874f621eb96625df7a24a7dc8d6e07391affcd
React-Core: ac3d816b8e3493970153f4aaf0cff18af0bb95e6
React-CoreModules: 4016d3a4e518bcfc4f5a51252b5a05692ca6f0e1
React-cxxreact: ffc9129013b87cb36cf3f30a86695a3c397b0f99
React-jsi: df07aa95b39c5be3e41199921509bfa929ed2b9d
React-jsiexecutor: b56c03e61c0dd5f5801255f2160a815f4a53d451
React-jsinspector: 8e68ffbfe23880d3ee9bafa8be2777f60b25cbe2
react-native-blur: cfdad7b3c01d725ab62a8a729f42ea463998afa2
react-native-branch: 8bda99ca8dc5a16d32bd81c8a8d937cb3d2c5e0c
react-native-config: f309b9ac19456dea12325699af51e0fa0217ce6a
react-native-fbsdk: 8e92c7a334fd8d9c2b5d8b8fcd7ae2c314161099
react-native-google-maps: 0a989abda71059db2caa98b9dacca7a8f38a47d0
react-native-in-app-review: 23f4f5b9fcd94339dd5d93c6230557f9c67c7dda
react-native-maps: f4b89da81626ad7f151a8bfcb79733295d31ce5c
react-native-mixpanel: 401371d2627974b5081b175278a717e0e4dc096d
react-native-orientation: f1caf84d65f1a4fd4511a18f2b924e634ad7a628
react-native-picky: 534ec27b70a3bda7983cf34cfbfdb51ce1237a3a
react-native-pinchable: b4381b0807d15c12b14bfacd927128f52d96f0f1
react-native-safe-area-context: f0906bf8bc9835ac9a9d3f97e8bde2a997d8da79
react-native-spinkit: da294fd828216ad211fe36a5c14c1e09f09e62db
react-native-splash-screen: 200d11d188e2e78cea3ad319964f6142b6384865
react-native-video: c26780b224543c62d5e1b2a7244a5cd1b50e8253
React-RCTActionSheet: 53ea72699698b0b47a6421cb1c8b4ab215a774aa
React-RCTAnimation: 1befece0b5183c22ae01b966f5583f42e69a83c2
React-RCTBlob: 0b284339cbe4b15705a05e2313a51c6d8b51fa40
React-RCTImage: d1756599ebd4dc2cb19d1682fe67c6b976658387
React-RCTLinking: 9af0a51c6d6a4dd1674daadafffc6d03033a6d18
React-RCTNetwork: 332c83929cc5eae0b3bbca4add1d668e1fc18bda
React-RCTSettings: d6953772cfd55f2c68ad72b7ef29efc7ec49f773
React-RCTText: 65a6de06a7389098ce24340d1d3556015c38f746
React-RCTVibration: 8e9fb25724a0805107fc1acc9075e26f814df454
ReactCommon: 4167844018c9ed375cc01a843e9ee564399e53c3
RNAppleAuthentication: f4cc93d710f1337f66550d04d84bf47553bc0eae
RNCAsyncStorage: 2a692bcb9b69b76a2f1a95f33db057129700af64
RNCClipboard: 41d8d918092ae8e676f18adada19104fa3e68495
RNCMaskedView: 5a8ec07677aa885546a0d98da336457e2bea557f
RNColorMatrixImageFilters: bad88a55a2b1ea57efcaff5a03297d25bd83947e
RNCPushNotificationIOS: 61a7c72bd1ebad3568025957d001e0f0e7b32191
RNDateTimePicker: 7658208086d86d09e1627b5c34ba0cf237c60140
RNDeviceInfo: c5f8f3a456adcbba405ace475254b08febc4c095
RNFastImage: 5c9c9fed9c076e521b3f509fe79e790418a544e8
RNGestureHandler: 7a5833d0f788dbd107fbb913e09aa0c1ff333c39
RNGoogleSignin: ad866d4c4af2651e36801dd3b7771d7715353499
RNIap: 5a03bf7852ba58a939051077c0e138caf301d22f
RNImageCropPicker: 13eab07a785c7a8f8047a1146f7e59d1911c7bb8
RNLocalize: 41026b7c14878f1a1b381bc79f668f1fbf841adb
RNPermissions: dcdb7b99796bbeda6975a6e79ad519c41b251b1c
RNReanimated: dd8c286ab5dd4ba36d3a7fef8bff7e08711b5476
RNScreens: 0e91da98ab26d5d04c7b59a9b6bd694124caf88c
RNSentry: a2b02b326ae4fce91ce7c57d3f7dcf8df4f72269
RNSVG: ce9d996113475209013317e48b05c21ee988d42e
SDWebImage: a7f831e1a65eb5e285e3fb046a23fcfbf08e696d
SDWebImageWebPCoder: 908b83b6adda48effe7667cd2b7f78c897e5111d
Sentry: 89d26e036063b9cb9caa59b6951dd2f8277aa13b
SSZipArchive: 62d4947b08730e4cda640473b0066d209ff033c9
Stripe: b1ecfdca4410f01f42d36cad746bbe7ba7e04bc9
StripeApplePay: 4d19e9f2fab4d6ed0a3f7939d13da4c64910af95
StripeCore: 531807424f6dd954aed8cd2475b7cc76533a55b7
StripePayments: 73158203a3e98a41793e018ebdd868485ef3a1c4
StripePaymentsUI: aa483d9ef591205fd7c17506820bf54fed7a3253
StripeUICore: 780801d69fe56a6194ff6f8783506a38968ac297
TOCropViewController: 80b8985ad794298fb69d3341de183f33d1853654
WalletConnectSwift: 6309bf3011b0b30e3e9d1e7449535302a9240f71
Yoga: 7d13633d129fd179e01b8953d38d47be90db185a
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
PODFILE CHECKSUM: beb415d43783e3fcd4340415bc0183f62fd6db80
COCOAPODS: 1.15.2
@ignaciosantise Here is the Podfile.lock. Please list all the files needed for debugging so that I can share them. This will save time, as I am unable to share the project repository due to company policy. Podfile.lock don't have the walletConnect packages in them as I have reverted them so that the I can run the project
@itsZain1 okey, the issue is because you are using an old version of react native that doesn't autolink our dependency.
Can you add this to your podfile and run pod install
again? You should see react-native-compat in your podfile.lock
pod 'react-native-compat', :path => '../node_modules/@walletconnect/react-native-compat'
node_modules
is ok in your repo@ignaciosantise, after adding the required pod line to the Podfile and following the instructions, I am now encountering this error.
@itsZain1 did react-native-compat appeared in your podfile.lock
? if not, means you didn't link it correctly
Yes, react-native-compat appeared on my podfile.lock
Okey. Without a reproducible example is hard to tell what's happening. My guess is that you are using an old version of react-native that is not linking well our react-native-compat
package. We support RN > 0.68.5
You'll probably need to figure out how to link the package manually using xcode: https://reactnative.dev/docs/linking-libraries-ios#manual-linking
any news @itsZain1 ?
closing due to inactivity
Description
I'm following this documentation on how to add WalletConnect in a React Native project: https://docs.walletconnect.com/web3modal/react-native/about?platform=wagmi1(https://docs.walletconnect.com/web3modal/react-native/about?platform=wagmi1). After installing the necessary packages, I'm prompted to install expo-application. However, I chose the React Native CLI option in the documentation, so I'm unsure why I need to install an Expo package. When I install expo-application, more Expo-related errors appear, but I'm not using Expo. How can I integrate WalletConnect into a React Native project without using Expo?
Web3Modal SDK version
yarn add @web3modal/wagmi-react-native wagmi@1.4.13 viem@1.21.4
Output of
npx react-native info
...
Expo Version (if applies)
No response
Steps to reproduce
Simply follow the steps in the provided link: https://docs.walletconnect.com/web3modal/react-native/about?platform=wagmi1, install the required packages, and paste the wallet code. You'll likely encounter an error prompting you to install expo-application. Even though the selected option is React Native CLI
Snack, code example, screenshot, or link to a repository
Don;t have any snack