expo-document-picker on dark mode not working properly in Expo SDK 37
See original GitHub issueI think the new update somehow affected expo-document-picker. I have 8.1.0 and it looks like this after SDK update. I hope this screenshots help in some way


Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
Light and dark modes - Expo Documentation
Learn how to support light and dark modes in your app. ... Appearance locking requires react-native@0.63.3 to work correctly. Ensure that the uiMode...
Read more >Expo Document picker does not give back the correct uri
I have same problem from expo SDK 38 to SDK 42, I find a workaround from here const encode = uri => {...
Read more >expo viewproptypes | The AI Search Engine You Control
Hello, I'm currently encountering a problem with Expo SDK 45 compatibilities. Expo SDK 45 uses react-native-maps@0.30.x but unfortunately this version is ...
Read more >Add Dark Theme To Your React Native & Expo projects
Hello guys, My name is Rohit Kumar Thakur. In this video, I will show you, how to switch between light theme mode to...
Read more >Disney Clone with Expo React Native - Morioh
Expo SDK 39; iOS and Android; React Navigation v4; PropTypes ... React Native color picker libraries can help us select the right color...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Hey! Well it seems that there was a problem with Expo Client 36 which didn’t fully respect the
userInterfaceStylesetting in yourapp.json. You probably haveuserInterfaceStyleset tolightin your app.json. If you want to support dark-mode please follow the instructions in Appearance and use theautomaticoption.Screenshots on Expo client 36:
