Skip to content

Cannot read property 'country' of null #242

@JohnyVB

Description

@JohnyVB

I updated the SDK for iOS 18 and now I get this error.

Image

package.json

{ "name": "grownetlogistics", "version": "2.2.0", "main": "node_modules/expo/AppEntry.js", "scripts": { "start": "npx expo start", "android": "npx expo start --android", "ios": "npx expo start --ios", "web": "npx expo start --web", "doctor": "npx expo-doctor", "build:android": "eas build -p android", "build:ios": "eas build -p ios", "preview:ios": "eas build -p ios --profile preview", "preview:android": "eas build -p android --profile preview", "fix": "npx expo install --check", "development:android": "eas build --profile development -p android", "development:ios": "eas build --profile development -p ios", "clean": "sudo rm -rf node_modules package-lock.json" }, "overrides": { "@expo/config-plugins": "^9.0.0", "@expo/prebuild-config": "^8.0.0" }, "dependencies": { "@codler/react-native-keyboard-aware-scroll-view": "^2.0.1", "@expo-google-fonts/poppins": "^0.2.3", "@intercom/intercom-react-native": "^8.1.0", "@react-native-async-storage/async-storage": "1.23.1", "@react-native-community/netinfo": "11.4.1", "@react-native-firebase/app": "^21.4.1", "@react-native-firebase/messaging": "^21.4.1", "@react-native-picker/picker": "2.9.0", "@react-navigation/bottom-tabs": "^6.5.11", "@react-navigation/drawer": "^6.6.15", "@react-navigation/native": "^6.1.9", "@react-navigation/native-stack": "^6.9.17", "axios": "^1.6.3", "date-fns": "^3.6.0", "eas-cli": "^16.3.2", "expo": "^52.0.0", "expo-build-properties": "^0.13.2", "expo-constants": "^17.0.8", "expo-dev-client": "^5.0.20", "expo-document-picker": "^13.0.3", "expo-font": "^13.0.4", "expo-image-manipulator": "^13.0.6", "expo-image-picker": "^16.0.6", "expo-linear-gradient": "^14.0.2", "expo-print": "^14.0.3", "expo-status-bar": "^2.0.1", "i18next": "^23.14.0", "i18next-browser-languagedetector": "^8.0.0", "i18next-http-backend": "^2.6.1", "laravel-echo": "^1.16.1", "moment": "^2.30.1", "pusher-js": "^8.4.0-rc2", "react": "18.3.1", "react-i18next": "^15.0.1", "react-native": "0.76.9", "react-native-gesture-handler": "~2.20.2", "react-native-google-fonts": "^0.0.0", "react-native-paper": "^5.11.4", "react-native-reanimated": "~3.16.1", "react-native-safe-area-context": "4.12.0", "react-native-screens": "~4.4.0", "react-native-svg": "15.8.0", "react-native-swipeable-list-view": "^0.1.2", "react-native-toast-message": "^2.2.1", "react-native-version-check": "^1.1.0", "zustand": "^4.4.7" }, "devDependencies": { "@babel/core": "^7.25.2", "@types/react-native-version-check": "^3.4.8", "eslint": "^8.56.0", "prettier": "^3.1.1" }, "private": true, "expo": { "doctor": { "reactNativeDirectoryCheck": { "exclude": [ "eas-cli", "i18next", "i18next-browser-languagedetector", "i18next-http-backend", "laravel-echo", "moment", "pusher-js", "@codler/react-native-keyboard-aware-scroll-view", "@intercom/intercom-react-native" ], "listUnknownPackages": false } } } }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions