Expo app suddenly stopped refreshing in expo go app

Please provide the following:
My expo app suddenly stopped refreshing when I install a new module(react-native-masked-text), although I tried deleting node_modules folder and run npm install still my app is not reloading(even useEffect is not getting called when the screen loaded)

PS:- Fast Refresh is already enabled in expo GO App

here are the dependencies inside my expo app:-
“dependencies”: {

"@expo/vector-icons": "^12.0.0",

"@react-native-async-storage/async-storage": "^1.14.1",

"@react-native-community/masked-view": "0.1.10",

"@react-native-community/voice": "^1.1.9",

"@react-navigation/bottom-tabs": "5.11.2",

"@react-navigation/native": "~5.8.10",

"@react-navigation/stack": "~5.12.8",

"@unimodules/core": "~6.0.0",

"axios": "^0.21.1",

"expo": "^40.0.1",

"expo-asset": "~8.2.1",

"expo-av": "~8.7.0",

"expo-blur": "~8.2.2",

"expo-checkbox": "~1.0.0",

"expo-cli": "^4.4.7",

"expo-constants": "~9.3.0",

"expo-font": "~8.4.0",

"expo-google-sign-in": "~8.4.0",

"expo-image-picker": "~9.2.0",

"expo-image-picker-multiple": "^1.4.1",

"expo-images-picker": "^1.3.0",

"expo-linking": "~2.0.0",

"expo-media-library": "~10.0.0",

"expo-notifications": "~0.8.2",

"expo-splash-screen": "~0.8.0",

"expo-status-bar": "~1.0.3",

"expo-updates": "~0.4.1",

"expo-web-browser": "~8.6.0",

"probe-image-size": "^7.1.0",

"radio-buttons-react-native": "^1.0.4",

"react": "16.13.1",

"react-dom": "16.13.1",

"react-native": "https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz",

"react-native-audio-recorder-player": "^2.6.1",

"react-native-datepicker": "^1.7.2",

"react-native-dropdown-picker": "^4.0.2",

"react-native-expo-image-cache": "^4.1.0",

"react-native-gesture-handler": "~1.8.0",

"react-native-highlight-words": "^1.0.1",

"react-native-image-picker": "^3.2.1",

"react-native-masked-text": "1.13.0",

"react-native-modal": "2.4.0",

"react-native-paper": "^4.7.2",

"react-native-s3-upload": "0.0.12",

"react-native-safe-area-context": "3.1.9",

"react-native-screens": "~2.15.0",

"react-native-snap-carousel": "^3.9.1",

"react-native-status-bar-height": "^2.6.0",

"react-native-web": "~0.13.12",

"react-native-webview": "11.0.0",

"react-native-youtube-iframe": "*",

"rn-sliding-up-panel": "^2.4.5",

"sentry-expo": "^3.1.3",

"unimodules-permissions-interface": "~5.4.0"

},

“devDependencies”: {

"@babel/core": "~7.9.0",

"@types/react": "~16.9.35",

"@types/react-native": "~0.63.2",

"jest-expo": "~40.0.0",

"typescript": "~4.0.0"

},

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.