I uploaded the app to the appstore. According to the feedback I get, the screen stays on all the time. How can I solve this problem?
I wondered if the screen stays on because the devclient is open. But if I'm not mistaken, the applications we developed before were closing. I am using expo-av in the app. Could it be that it pretends to play sound and is trying to keep it on? But I removed all the code in the app.jsx file, only remained. But still the screen stays on. There is nothing in imports except react. What could be causing the problem?