nitaliano / react-native-mapbox-gl

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

v7 RCTMGLStyleValue missing dependency #1430

Open wdimmit opened 5 years ago

wdimmit commented 5 years ago

From the v7 PR:

Compilation fails while on RTCMGLStyleValue.m with the error: react-native-mapbox-gl/ios/RCTMGL/RCTMGLStyleValue.m:22:30: No known class method for selector 'expressionWithMGLJSONObject:'

I cannot locate where in the existing distribution this class is defined, so I'm unable to fix the linkage.