Issue resolved by simply following this [youtube video](https://www.youtube.com/watch?v=QuN63BRRhAM), Its officially from expo
- see my current package.json
{
"name": "xyz",
"version": "1.0.0",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/vector-icons": "^15.0.2",
"@react-native-async-storage/async-storage": "2.2.0",
"@react-native-community/datetimepicker": "8.4.4",
"@react-native-community/netinfo": "^11.4.1",
"@react-navigation/native": "^6.1.18",
"@react-navigation/stack": "^6.3.20",
"@supersami/rn-foreground-service": "^2.2.1",
"base-64": "^1.0.0",
"date-fns": "^3.6.0",
"expo": "^54.0.10",
"expo-background-fetch": "~14.0.6",
"expo-build-properties": "~1.0.7",
"expo-calendar": "~15.0.6",
"expo-camera": "~17.0.7",
"expo-dev-client": "~6.0.11",
"expo-font": "~14.0.7",
"expo-gradle-ext-vars": "^0.1.2",
"expo-image-manipulator": "~14.0.7",
"expo-image-picker": "~17.0.7",
"expo-linear-gradient": "~15.0.6",
"expo-location": "~19.0.6",
"expo-media-library": "~18.2.0",
"expo-sharing": "~14.0.7",
"expo-status-bar": "~3.0.7",
"expo-task-manager": "~14.0.6",
"expo-updates": "~29.0.9",
"framer-motion": "^11.5.4",
"jwt-decode": "^4.0.0",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.81.4",
"react-native-background-fetch": "^4.2.7",
"react-native-background-geolocation": "^4.18.4",
"react-native-calendars": "^1.1306.0",
"react-native-gesture-handler": "~2.28.0",
"react-native-jwt": "^1.0.0",
"react-native-linear-gradient": "^2.8.3",
"react-native-modal-datetime-picker": "^18.0.0",
"react-native-month-picker": "^1.0.1",
"react-native-reanimated": "~4.1.1",
"react-native-reanimated-carousel": "^4.0.3",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-vector-icons": "^10.1.0",
"react-native-view-shot": "~4.0.3",
"react-native-webview": "13.15.0",
"react-native-worklets": "0.5.1",
"react-swipeable": "^7.0.1",
"rn-fetch-blob": "^0.12.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/plugin-transform-private-methods": "^7.24.7",
"local-ip-url": "^1.0.10",
"rn-nodeify": "^10.3.0"
},
"resolutions": {
"react-native-safe-area-context": "5.6.1"
},
"private": true,
"expo": {
"doctor": {
"reactNativeDirectoryCheck": {
"exclude": [
"@supersami/rn-foreground-service",
"rn-fetch-blob",
"base-64",
"expo-gradle-ext-vars",
"framer-motion",
"react-native-jwt",
"react-native-month-picker",
"react-native-vector-icons",
"react-swipeable"
]
}
}
}
}