You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi everyone
I'm working on react native application and after following the installation step from official documentation i'm facing the error :
'Error: param ORDER is invalid. Expected bigint, git 5.7....+76'
I have tried lot of think like polyfills, modify babel and metro configuration but nothing works.
Do you have an idea to fix this issue please ?
Thanks :)
React Native 0.68
Expo 45.0.0
Dependenciens :
"@craftzdog/react-native-buffer": "^6.0.5",
"@expo-google-fonts/inter": "0.2.3",
"@expo-google-fonts/nunito": "^0.2.2",
"@expo-google-fonts/roboto": "^0.2.3",
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-native-community/cli-platform-ios": "^12.3.4",
"@react-native-community/netinfo": "^9.4.1",
"@react-native-material/core": "^1.3.7",
"@react-navigation/elements": "^1.3.30",
"@react-navigation/native": "^6.0.6",
"@react-navigation/native-stack": "^6.2.5",
"@reown/walletkit": "^1.2.1",
"@sentry/react-native": "5.33.2",
"@tradle/react-native-http": "^2.0.1",
"@types/react-native-dotenv": "^0.2.0",
"@walletconnect/react-native-compat": "^2.18.1",
"assert": "^1.5.1",
"axios": "^1.6.7",
"big-integer": "^1.6.52",
"browserify-zlib": "^0.1.4",
"buffer": "^4.9.2",
"console-browserify": "^1.2.0",
"constants-browserify": "^1.0.0",
"crypto": "^1.0.1",
"crypto-browserify": "^3.12.1",
"dns.js": "^1.0.1",
"domain-browser": "^1.2.0",
"events": "^1.1.1",
"expo": "^45.0.0",
"expo-app-auth": "~11.1.0",
"expo-app-loading": "~2.0.0",
"expo-application": "~4.1.0",
"expo-barcode-scanner": "~11.3.0",
"expo-camera": "~12.2.0",
"expo-clipboard": "~3.0.1",
"expo-constants": "~13.1.1",
"expo-device": "~4.2.0",
"expo-font": "~10.1.0",
"expo-image-picker": "~13.1.1",
"expo-linking": "~3.1.0",
"expo-local-authentication": "~12.2.0",
"expo-secure-store": "~11.2.0",
"expo-splash-screen": "~0.15.1",
"expo-status-bar": "~1.3.0",
"fast-text-encoding": "^1.0.6",
"formik": "^2.4.6",
"https-browserify": "^0.0.1",
"i18n-js": "^3.8.0",
"jwt-decode": "^3.1.2",
"lottie-react-native": "5.0.1",
"moment": "^2.29.1",
"mongodb": "^6.3.0",
"patch-package": "^8.0.0",
"path-browserify": "^0.0.0",
"postinstall-postinstall": "^2.1.0",
"process": "^0.11.10",
"punycode": "^1.4.1",
"querystring-es3": "^0.2.1",
"react": "^17.0.2",
"react-dom": "17.0.2",
"react-native": "0.68.0",
"react-native-animated-loader": "^0.0.9",
"react-native-confirmation-code-field": "^7.3.1",
"react-native-crypto": "^2.2.0",
"react-native-device-info": "^10.12.0",
"react-native-dotenv": "^3.3.1",
"react-native-draggable": "^3.3.0",
"react-native-element-dropdown": "^1.5.5",
"react-native-elements": "^3.4.3",
"react-native-gesture-handler": "2.9.0",
"react-native-get-random-values": "^1.11.0",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-level-fs": "^3.0.1",
"react-native-localize": "^2.2.4",
"react-native-modal": "^13.0.1",
"react-native-modalize": "^2.0.13",
"react-native-onesignal": "5.0.1",
"react-native-os": "^1.2.6",
"react-native-paper": "^4.11.2",
"react-native-qrcode-svg": "6.3.2",
"react-native-randombytes": "^3.6.1",
"react-native-safe-area-context": "4.2.4",
"react-native-screens": "~3.11.1",
"react-native-svg": "14.1.0",
"react-native-tcp": "^3.3.2",
"react-native-timer": "^1.3.6",
"react-native-udp": "^2.7.0",
"react-native-vector-icons": "^9.0.0",
"react-native-version-check": "^3.4.7",
"react-native-web": "0.17.7",
"react-redux": "^7.2.9",
"react-spinners": "^0.11.0",
"readable-stream": "^1.0.33",
"redux": "^4.1.2",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.1",
"rn-placeholder": "^3.0.3",
"stream-browserify": "^1.0.0",
"string_decoder": "^0.10.31",
"timers-browserify": "^1.4.2",
"tty-browserify": "^0.0.0",
"url": "^0.10.3",
"util": "^0.10.4",
"vm-browserify": "^0.0.4",
"yup": "^1.4.0"
Beta Was this translation helpful? Give feedback.
All reactions