nitaliano / react-native-mapbox-gl

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

local json style ios #1462

Closed ansarikhurshid786 closed 5 years ago

ansarikhurshid786 commented 5 years ago

I put style.json file in android asset folder and in code as : styleURL="asset://style.json" - it is working in android.

In iOS i put file in Resouces but it not working.

Can anyone help me.