The example caused an error Cannot read properties of undefined (reading 'statusBarHeight') Evaluating App.js Loading App.js.
This is because we have to import constants from expo-constants import Constants from 'expo-constants' instead of expo import Constants from 'expo'. I thought this might be a helpful tip for anyone facing this issue.
The example caused an error
Cannot read properties of undefined (reading 'statusBarHeight') Evaluating App.js Loading App.js.This is because we have to import constants from expo-constants
import Constants from 'expo-constants'instead of expoimport Constants from 'expo'. I thought this might be a helpful tip for anyone facing this issue.