nitaliano / react-native-mapbox-gl

A Mapbox GL react native module for creating custom maps
Other
2.16k stars 697 forks source link

Warning deprecation for Android UIManager module when upgrading to RN 0.58 #1492

Closed marudy closed 5 years ago

marudy commented 5 years ago

Warning deprecation:

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

Provided PR #1491 that fixes it :)

ansarikhurshid786 commented 5 years ago

have you resolved this issue.

kristfal commented 5 years ago

This is fixed in master.