Android: Color inversion
See original GitHub issueDescription
Detecting this setting works on iOS, but not on Android.
React Native version:
v0.63
Expected Behavior
The AccessibilityInfo API’s “isInvertColorsEnabled” method should work on Android as well as iOS.
Android Details
This setting can be queried using the Settings.Secure.ACCESSIBILITY_DISPLAY_INVERSION_ENABLED
property.
https://developer.android.com/reference/android/provider/Settings.Secure#ACCESSIBILITY_DISPLAY_INVERSION_ENABLED
Issue Analytics
- State:
- Created 3 years ago
- Comments:6
Top Results From Across the Web
How to invert the colors on your Android device in 4 simple steps
How to invert colors on Android ; 1. Open "Settings." ; 2. Scroll down and select "Accessibility." ; 3. In the "Accessibility" menu,...
Read more >How to invert the colours on your screen in Android 12
1. 1. Open the Settings and select Accessibility. 2. 2. Scroll down to the Display section and tap Text and display. 3. 3....
Read more >How To Use Classic Invert On Any Android Phone - Screen Rant
From the 'Color inversion' page in the Settings app, tap the toggle next to 'Color inversion shortcut.' This displays a small button on...
Read more >How To Invert Colors on Android - Technipages
How To Invert Colors on Android With Google Pixel Phones · Open the Settings app. · Scroll down and tap Accessibility. · Scroll...
Read more >How to Invert Colors on a Picture With iPhone/Android
1. PhotoDirector is available on iOS and Android. Just go to the App Store or Google Play and search for "PhotoDirector" to start...
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 FreeTop 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
Top GitHub Comments
Actually, no. I haven’t had time to work on it like I thought. You can go ahead with your PR!
@amarlette Hey. is anybody currently working on that ? i would like to take this issue as my good first issue towards contribution.