You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 5, 2022. It is now read-only.
On iOS (iPhone 13 simulator), when I open the screen containing the collapsible header, I'm obtaining this error:
TypeError: undefined is not an object (evaluating '_$$_REQUIRE(_dependencyMap[2], "react-native-iphone-x-helper").isIphoneX')
I've also tried to install react-native-iphone-x-helper on my side, but the problem persists. The library was perfectly working before updating the libraries (before: react-native 0.63.3, navigation 5.8.7, collapsible 5.8.1).
EDIT: I've already executed pod update and pod install in my iOS folder, also tried with yarn install --force.