deprecated-with-module-resolver icon indicating copy to clipboard operation
deprecated-with-module-resolver copied to clipboard

ViewPropTypes issue

Open bcteam2020 opened this issue 2 years ago • 1 comments

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

bcteam2020 avatar Aug 03 '22 12:08 bcteam2020

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

psycheangel avatar Aug 05 '22 01:08 psycheangel