Warning: Accesing view manager configs for getConstants
See original GitHub issueWhen using RNGH 1.4.1 with RN 0.60 the following warning appears:
Accessing view manager configs directly off UIManager via UIManager['getConstants'] is no longer supported. Use UIManager.getViewManagerConfig('getConstants') instead.
The stack trace points at createHandler.js:39
Issue Analytics
- State:
- Created 4 years ago
- Reactions:28
- Comments:38 (2 by maintainers)
Top Results From Across the Web
Accessing view manager configs directly off UIManager via ...
javascript - Accessing view manager configs directly off UIManager via UIManager['getConstants'] is no longer supported - Stack Overflow. Stack ...
Read more >[Solved]-Waning Accessing view manager configs directly off ...
Coding example for the question Waning Accessing view manager configs directly off UIManager via UIManager['getConstants']-React Native.
Read more >Àlex Royo on Twitter: "New warning on #Expo #SDK34 for #Android ...
New warning on #Expo #SDK34 for #Android "Accessing view manager configs directly off UIManager via UIManager['getConstants'] is no longer supported.
Read more >Configuring a Service - Oracle Help Center
By using ATS load scripts, you can: Reuse ATS testing scripts for production application transaction monitoring as part of application lifecycle management.
Read more >How to use task sequence variables - Configuration Manager
In this article. Types of variables; How to set variables; How to access variables; See also. Applies to: Configuration Manager (current ...
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

Edit, you can now use
expo install react-native-gesture-handler. It will take care of everything I listed below. 😁 (Don’t forget to clean your cache withexpo start --clear)For anyone using Expo, brent pointed out a way to fix it. Basically, you need to install the specific versions listed here.
But for those who want a quick fix, here are some commands that you can run to fix it.
hey guys, just downgrade
react-native-gesture-handlerto1.3.0.You can directly change version in your
package.jsonto~1.3.0and runnpm i/yarnor remove it and install through expo how described here