skphan
skphan
@mattatti I tried to install this version: ` "expo-screen-orientation": "5.1.1"` and I have not gotten any error. It works perfectly on Android and IOS
You're right 😅. Have you found any solution for it? @mattatti
I am using expo-screen-orientation 6.0.5, and I got the same error. The error happened only for Android. So what I did is creating a patch-package to modify the ScreenOrientation.js file...
Has anyone found a solution for this? You can find my code below where the error happens: ``` import React, { useEffect, useRef } from "react" import { SafeAreaView, StyleSheet,...