You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mapbox.setAccessToken(“<YOUR_ACCESSTOKEN>”); is it necessary, as it is already configured in the native code (generated in gradle.properties : MAPBOX_DOWNLOADS_TOKEN and used in build.gradle : project.properties['MAPBOX_DOWNLOADS_TOKEN'])?
Mapbox.MapView VS MapView
Should we do “<Mapbox.MapView>” or is “<MapView>” enough?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
render() { return () } or return ()
Use render() in a class, or return () directly in a function?
There are several ways of doing this, as shown here with render() .
Or here, with only a return().
Mapbox.setAccessToken
Mapbox.setAccessToken(“<YOUR_ACCESSTOKEN>”);
is it necessary, as it is already configured in the native code (generated in gradle.properties : MAPBOX_DOWNLOADS_TOKEN and used in build.gradle : project.properties['MAPBOX_DOWNLOADS_TOKEN'])?Mapbox.MapView VS MapView
Should we do “
<Mapbox.MapView>
” or is “<MapView>
” enough?Thank you for your help and your work.
Beta Was this translation helpful? Give feedback.
All reactions