- 23 May, 2017 2 commits
-
-
Antonio Zugaldia authored
fix: api cosmetic changes
-
Antonio Zugaldia authored
Docs: Typo in Custom Annotations example
-
- 07 May, 2017 3 commits
-
-
Camilo Roca authored
-
Camilo Roca authored
-
Camilo Roca authored
-
- 27 Apr, 2017 1 commit
-
-
Antonio Zugaldia authored
Android custom annotation bugfixes.
-
- 22 Apr, 2017 1 commit
-
-
gcole authored
- Custom annotations would sometimes not get rendered on the screen. Haven't nailed down the exact problem, but it was some sort of interleaving of operations from adding children and computing custom marker views. Moving the marker view stuff to when the map finishes loading resolves this. - The adapter for the react native marker views now handles the caching behaviour correctly and re-uses views when they are available. - Make sure each layout actually gets the height and width of the react native views from the correct shadow nodes so that they don't all have the same measurements by accident. - Update locations of annotations when they are changed. - Split annotation views into a map. The manager is a singleton and all the existing map views go through it so the children need to be kep separately. - Safeguard against relayout being called after onDrop(), resulting in a null pointer exception.
-
- 20 Apr, 2017 1 commit
-
-
Jeremy T. Hetzel authored
-
- 05 Apr, 2017 2 commits
-
-
Tobrun authored
-
Tobrun authored
Merge branch 'feature/android-custom-annotations' of https://github.com/gillessed/react-native-mapbox-gl into gillessed-feature/android-custom-annotations
-
- 30 Mar, 2017 3 commits
-
-
Antonio Zugaldia authored
Upgrade android SDK to 4.2.2
-
gcole authored
-
gcole authored
-
- 29 Mar, 2017 2 commits
-
-
gcole authored
Removed this pre-commit too hastily.
-
gcole authored
This gives feature parity to Custom Annotation Views between iOS and Android. - Add custom marker view and options for mapbox. - Add an implementation for the Annotation class. - Add a MarkerViewAdapater that transforms Annotations into views that get displayed on the map. - Handle adding and removing of children. - Update custom annotation docs.
-
- 14 Mar, 2017 1 commit
-
-
Eric Samelson authored
ensure that MapboxAccountManager class is always created from the main thread; fixes crash from Android SDK 4.2.0-beta.4 and up (#517)
-
- 22 Feb, 2017 1 commit
-
-
Peter Theill authored
If script is being run from a path having spaces it will fail
-
- 07 Feb, 2017 3 commits
-
-
Fabian Zeindl authored
to fix this crash: https://github.com/mapbox/mapbox-gl-native/issues/6838#issuecomment-269646230
-
Sơn Trần-Nguyễn authored
-
maddanio authored
-
- 20 Jan, 2017 1 commit
-
-
Gregory Cole authored
I had a problem setting up RN mapboxgl to work on my system because of this. I think a lot of macs are case insensitive, but not all.
-
- 05 Dec, 2016 1 commit
-
-
Bruno Cartier authored
RNPM is merged into React Native core - see [here](https://github.com/rnpm/rnpm/blob/master/README.md#dear-friends)
-
- 01 Dec, 2016 1 commit
-
-
Lucas Wojciechowski authored
-
- 29 Nov, 2016 1 commit
-
-
Tom MacWright authored
Adding onCloseAnnotation to iOS
-
- 18 Nov, 2016 6 commits
-
-
bsudekum authored
-
Bobby Sudekum authored
* Add 5.1.0 changelog *
♂️ -
Tom MacWright authored
Do not require access token for iOS
-
Tom MacWright authored
-
Tom MacWright authored
fix podspec
- 17 Nov, 2016 1 commit
-
-
maddanio authored
-
- 07 Nov, 2016 1 commit
-
-
Tom MacWright authored
Fix typo in CocoaPods instructions
-
- 05 Nov, 2016 1 commit
-
-
Skylar Brown authored
-
- 28 Oct, 2016 4 commits
-
-
Will Fisher authored
-
Will Fisher authored
-
Will Fisher authored
-
Will Fisher authored
-
- 26 Oct, 2016 2 commits
-
-
Tom MacWright authored
PropTypes.object() is not a function. Use shape() instead.
-
Will Fisher authored
`PropTypes.object` is not a function — use `.shape` instead. Should remove the following error message from the console: ``` <Warning>: Warning: You are manually calling a React.PropTypes validation function for the `undefined` prop on `<<anonymous>>`. This is deprecated and will not work in the next major version. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details. ```
-
- 25 Oct, 2016 1 commit
-
-
Tom MacWright authored
"wether" > "whether" typo in docs
-