Created
May 4, 2016 21:53
-
-
Save alex3165/c4e6a142f8c86530a01efb28f4741e9a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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