- You'll first need to go through a normal react-native setup
- Create a new react-native project with
react-native init foobar cdinto your project- You have 2 options for linking
react-native-mapbox-gl
- Use
npm link - Clone
react-native-mapbox-glinto thenode_modulesfolder
- Go through a normal install process for your platform
Once installed, you can edit any file in react-native-mapbox-gl, commit the changes and push them to a fork for creating a pull request.
- If you add feature, make sure you add it to the documentation
- If you add an objective-c or java method, make sure you update
index.ios.jsand/orindex.android.js.