deprecated-with-module-resolver
deprecated-with-module-resolver copied to clipboard
ViewPropTypes issue
iOS Bundling failed 5578ms Unable to resolve module /Users/viswanath/projects/busloc/buslocmobileexpo46/buslocmobilenew/resolver/react-native from /Users/viswanath/projects/busloc/buslocmobileexpo46/buslocmobilenew/App.js:
None of these files exist:
- resolver/react-native(.native|.ios.ts|.native.ts|.ts|.ios.tsx|.native.tsx|.tsx|.ios.js|.native.js|.js|.ios.jsx|.native.jsx|.jsx|.ios.json|.native.json|.json)
- resolver/react-native/index(.native|.ios.ts|.native.ts|.ts|.ios.tsx|.native.tsx|.tsx|.ios.js|.native.js|.js|.ios.jsx|.native.jsx|.jsx|.ios.json|.native.json|.json)
1 | import React from 'react'; 2 | import {Platform, StatusBar, Image, AppState, AsyncStorage,Linking,Modal,View,TouchableHighlight,StyleSheet,Dimensions,ActivityIndicator} from 'react-native'; 3 | 4 | import AppLoading from 'expo-app-loading';
Iam getting this error when i followed the steps given by you, unable to resolve
I am not familiar with the expo environment, but have you tried to rebuild your project, or clear cache the cli ?
npm start --clean-cache