[Solved] SDK 35 update - Accessing view manager configs directly off UIManager via UIManager['getConstants'] is no longer supported.

How to fix that warning:

Accessing view manager configs directly off UIManager via UIManager[‘getConstants’] is no longer supported. Use UIManager.getViewManagerConfig(‘getConstants’) instead.

EDIT:

1.- Reinstall react-native-gesture-handler
2.- In package.json, change "react-native-gesture-handler": "^1.3.0" to "react-native-gesture-handler": "~1.3.0"
3.- run ‘expo start -c’

1 Like

No its not a solution

Well, that’s the only one that worked for me then. It has something to do with “react-native-gesture-handler”, that I know.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.