Skip to content

Instantly share code, notes, and snippets.

@alex3165
Created May 4, 2016 21:53
Show Gist options
  • Save alex3165/c4e6a142f8c86530a01efb28f4741e9a to your computer and use it in GitHub Desktop.
Save alex3165/c4e6a142f8c86530a01efb28f4741e9a to your computer and use it in GitHub Desktop.
import ReactMapboxGl, { Layer, Feature } from “../src/index”;
<ReactMapboxGl
style=“style”
center={this.state.center}
zoom={this.state.zoom}
accessToken={accessToken}
containerStyle={containerStyle}>
</ReactMapboxGl>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment