console.log does not work

After upgrading to SDK40 console.log stopped working. Errors are logged in the terminal but not logs.

  1. SDK Version: 40
  2. expo-cli 4.0.17

Please let me know how to debug this to find out the problem.

Thank you

hello, you may have a custom metro.config.js that does not extend the @expo/metro-config. the result is that your app is no longer including .expo.js files, which are required for setting up the development environment properly. see Customizing Metro - Expo Documentation for an example of how to customize metro.config.js in expo projects

2 Likes

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