facebook / metro

🚇 The JavaScript bundler for React Native
https://metrobundler.dev
MIT License
5.25k stars 627 forks source link

fatal error - build fail - LisView removed from RN #433

Open deflorilemarului opened 5 years ago

deflorilemarului commented 5 years ago

due to still using ListView by metro, build now fails after upgrading to RN 0.60.3

[error][tid:com.facebook.react.JavaScript] ListView has been removed from React Native. See https://fb.me/nolistview for more information or use deprecated-react-native-listview.

metro-react-native-babel-preset/src/configs/lazy-imports.js: "ListView", metro-react-native-babel-preset/src/configs/lazy-imports.js: "SwipeableListView",

any advice how to get pass this ?

thanks cristian

filmhomage commented 5 years ago

Here same on RN 0.60.4. Any suggestion?