forked from react-native-maps/react-native-maps
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* master: (168 commits) Adding overlaying components details (react-native-maps#2425) docs: pin color limitations for android (react-native-maps#2429) Revert "Added MBTiles support for iOS and Android (react-native-maps#2208)" (react-native-maps#2387) Added MBTiles support for iOS and Android (react-native-maps#2208) Fix disabling the toolbar and my location button (react-native-maps#2317) Fixes warnings about self (react-native-maps#2341) Android: Fix lineCap of Polyline (react-native-maps#2375) Update installation.md (react-native-maps#2381) update doc (react-native-maps#2363) zIndex doesn't work when the map moves in iOS 11 (react-native-maps#2359) Fix readme formatting (react-native-maps#2358) add support for calloutAnchor with GoogleMaps on iOS; fixes react-native-maps#1852 (react-native-maps#2351) Added animateToNavigation method to MapView (react-native-maps#2049) Add react-native@^0.55 to peerDependencies (react-native-maps#2332) Fix custom marker updates on android react-native-maps#1611 react-native-maps#2048 [iOS] Prefix or eliminate globals in AIRMapMarker (react-native-maps#2306) Fix CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF warnings (react-native-maps#2154) Fix for compile error (react-native-maps#2215). (react-native-maps#2232) Make tiles display at the same physical size regardless of pixel dens… (react-native-maps#2248) Added support of lineDashPattern polyline prop to iOS Google Maps (react-native-maps#2243) ... # Conflicts: # lib/components/MapMarker.js
- Loading branch information
Showing
160 changed files
with
13,279 additions
and
1,077 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
BUNDLE_BIN: "./examples/ios" | ||
BUNDLE_PATH: "./example/ios/bundles" |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,111 @@ | ||
<!-- | ||
PLEASE DON'T DELETE THIS TEMPLATE UNTIL YOU HAVE READ THE FIRST SECTION. | ||
What happens if you skip this step? | ||
Someone will read your bug report, and maybe will be able to help you, | ||
but it’s unlikely that it will get much attention from the team. Eventually, | ||
the issue will likely get closed in favor of issues that have reproducible demos. | ||
Please remember that: | ||
* Issues without reproducible demos have a very low priority. | ||
* The person fixing the bug would have to do that anyway. Please be respectful of their time. | ||
* You might figure out the issues yourself as you work on extracting it. | ||
PLEASE NOTE THAT ISSUES WITHOUT THE TEMPLATE IN PLACE WILL BE CLOSED RIGHT FROM THE START. | ||
Thanks for helping us help you! | ||
--> | ||
|
||
### Is this a bug report? | ||
|
||
(write your answer here) | ||
|
||
<!-- | ||
If you answered "Yes": | ||
We expect that it will take you about 30 minutes to produce a high-quality bug report. | ||
While this may seem like a lot, putting care into issues helps us fix them faster. | ||
For bug reports, it is REQUIRED to fill the rest of this template, or the issue will be closed. | ||
If you answered "No": | ||
We should use GitHub Issues for tracking bugs in React Native Maps. | ||
If you're looking for help, you should try to search first in the [Issues](https://github.com/react-community/react-native-maps/issues?utf8=%E2%9C%93&q=) or on StackOverflow if there isn't a fix already for your problem. | ||
Now scroll below! | ||
--> | ||
|
||
### Have you read the [Installation Instructions](https://github.com/react-community/react-native-maps/blob/master/docs/installation.md)? | ||
|
||
(Write your answer here.) | ||
|
||
### Environment | ||
|
||
<!-- | ||
Please specify the react, react-native, react-native-maps versions, eg: | ||
react-native: 0.51.0 | ||
react: 16.0.0 | ||
react-native-maps: 0.19.0 or "git+ssh://[email protected]/react-community/react-native-maps.git" | ||
***Make sure you are on v0.48.0 or greater of react-native, otherwise you may get this error: | ||
Target Platform: eg: iOS - 11.2 Simulator/iPhone 6, Android 7.1.1/Galaxy S6/Genymotion etc | ||
***If your target is iOS , please specify if you are using AppleMaps or GoogleMaps | ||
--> | ||
|
||
### Steps to Reproduce | ||
|
||
<!-- | ||
How would you describe your issue to someone who doesn’t know you or your project? | ||
Try to write a sequence of steps that anybody can repeat to see the issue. | ||
Be specific! If the bug cannot be reproduced, your issue may be closed. | ||
--> | ||
|
||
(Write your steps here:) | ||
|
||
1. 2. 3. | ||
|
||
### Expected Behavior | ||
|
||
<!-- | ||
How did you expect your project to behave? | ||
It’s fine if you’re not sure your understanding is correct. | ||
Just write down what you thought would happen. | ||
--> | ||
|
||
(Write what you thought would happen.) | ||
|
||
### Actual Behavior | ||
|
||
<!-- | ||
Did something go wrong? | ||
Is something broken, or not behaving as you expected? | ||
Describe this section in detail, and attach screenshots if possible. | ||
Don't just say "it doesn't work"! | ||
--> | ||
|
||
(Write what happened. Add screenshots!) | ||
|
||
### Reproducible Demo | ||
|
||
<!-- | ||
Please share a project that reproduces the issue. | ||
There are two ways to do it: | ||
* Create a new app using https://snack.expo.io/ and try to reproduce the issue in it. | ||
This is useful if you roughly know where the problem is, or can’t share the real code. | ||
* Or, copy your app and remove things until you’re left with the minimal reproducible demo. | ||
This is useful for finding the root cause. You may then optionally create a Snack. | ||
This is a good guide to creating bug demos: https://stackoverflow.com/help/mcve | ||
Once you’re done, copy and paste the link to the Snack or a public GitHub repository below: | ||
--> | ||
|
||
(Paste the link to an example project and exact instructions to reproduce the issue.) | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
<!-- | ||
PLEASE DON'T DELETE THIS TEMPLATE UNTIL YOU HAVE READ THE FIRST SECTION. | ||
**What happens if you SKIP this step?** | ||
Your pull request will NOT be evaluated! | ||
PLEASE NOTE THAT PRs WITHOUT THE TEMPLATE IN PLACE WILL BE CLOSED RIGHT FROM THE START. | ||
Thanks for helping us help you! | ||
--> | ||
|
||
### Does any other open PR do the same thing? | ||
|
||
<!-- | ||
**Please keep in mind that we apply the FIFO rule for PRs, so if your PR comes after an existing one and there is no compelling reason to merge it instead of the existing one it will be discarded!** | ||
If another PR exists that has similar scope to yours, please specify why you opened yours. | ||
This could be one of the following (but not limited to) | ||
- the previous PR is stalled, as it's really old and the author didn't continue working on it | ||
- there are conflicts with the `master` branch and the author didn't fix them | ||
- the PR doesn't apply anymore (please specify why) | ||
- my PR is better (please specify why) | ||
--> | ||
|
||
(please answer here) | ||
|
||
### What issue is this PR fixing? | ||
|
||
(please link the issue here) | ||
|
||
### How did you test this PR? | ||
|
||
<!-- | ||
Please let us know how you have verified that your changes work. | ||
Ideally, your PR should contain a step-by-step test plan, so that reviewers can easily verify your changes. | ||
Your PR will have much better chances of being merged if it is straightforward to verify. | ||
Some questions you might want to think about: | ||
- Which platform (eg. Android/iOS) & Maps API (eg. Google/Apple) does this change affect, if any? | ||
- Did you test this on a real device, or in a simulator? | ||
- Are there any platforms you were not able to test? | ||
--> | ||
|
||
(please answer here) | ||
|
||
<!-- | ||
Thanks for your contribution :) | ||
--> |
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
source 'https://rubygems.org' | ||
ruby '2.2.4' | ||
gem 'cocoapods', '1.2.0' | ||
gem 'cocoapods' |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,76 +1,76 @@ | ||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
CFPropertyList (2.3.5) | ||
activesupport (4.2.8) | ||
CFPropertyList (2.3.6) | ||
activesupport (4.2.10) | ||
i18n (~> 0.7) | ||
minitest (~> 5.1) | ||
thread_safe (~> 0.3, >= 0.3.4) | ||
tzinfo (~> 1.1) | ||
claide (1.0.1) | ||
cocoapods (1.2.0) | ||
atomos (0.1.2) | ||
claide (1.0.2) | ||
cocoapods (1.4.0) | ||
activesupport (>= 4.0.2, < 5) | ||
claide (>= 1.0.1, < 2.0) | ||
cocoapods-core (= 1.2.0) | ||
cocoapods-deintegrate (>= 1.0.1, < 2.0) | ||
claide (>= 1.0.2, < 2.0) | ||
cocoapods-core (= 1.4.0) | ||
cocoapods-deintegrate (>= 1.0.2, < 2.0) | ||
cocoapods-downloader (>= 1.1.3, < 2.0) | ||
cocoapods-plugins (>= 1.0.0, < 2.0) | ||
cocoapods-search (>= 1.0.0, < 2.0) | ||
cocoapods-stats (>= 1.0.0, < 2.0) | ||
cocoapods-trunk (>= 1.1.2, < 2.0) | ||
cocoapods-trunk (>= 1.3.0, < 2.0) | ||
cocoapods-try (>= 1.1.0, < 2.0) | ||
colored (~> 1.2) | ||
colored2 (~> 3.1) | ||
escape (~> 0.0.4) | ||
fourflusher (~> 2.0.1) | ||
gh_inspector (~> 1.0) | ||
molinillo (~> 0.5.5) | ||
molinillo (~> 0.6.4) | ||
nap (~> 1.0) | ||
ruby-macho (~> 0.2.5) | ||
xcodeproj (>= 1.4.1, < 2.0) | ||
cocoapods-core (1.2.0) | ||
activesupport (>= 4.0.2, < 5) | ||
ruby-macho (~> 1.1) | ||
xcodeproj (>= 1.5.4, < 2.0) | ||
cocoapods-core (1.4.0) | ||
activesupport (>= 4.0.2, < 6) | ||
fuzzy_match (~> 2.0.4) | ||
nap (~> 1.0) | ||
cocoapods-deintegrate (1.0.1) | ||
cocoapods-deintegrate (1.0.2) | ||
cocoapods-downloader (1.1.3) | ||
cocoapods-plugins (1.0.0) | ||
nap | ||
cocoapods-search (1.0.0) | ||
cocoapods-stats (1.0.0) | ||
cocoapods-trunk (1.1.2) | ||
cocoapods-trunk (1.3.0) | ||
nap (>= 0.8, < 2.0) | ||
netrc (= 0.7.8) | ||
netrc (~> 0.11) | ||
cocoapods-try (1.1.0) | ||
colored (1.2) | ||
colored2 (3.1.2) | ||
concurrent-ruby (1.0.5) | ||
escape (0.0.4) | ||
fourflusher (2.0.1) | ||
fuzzy_match (2.0.4) | ||
gh_inspector (1.0.3) | ||
i18n (0.8.1) | ||
minitest (5.10.1) | ||
molinillo (0.5.7) | ||
gh_inspector (1.1.3) | ||
i18n (0.9.5) | ||
concurrent-ruby (~> 1.0) | ||
minitest (5.11.3) | ||
molinillo (0.6.4) | ||
nanaimo (0.2.3) | ||
nap (1.1.0) | ||
netrc (0.7.8) | ||
ruby-macho (0.2.6) | ||
netrc (0.11.0) | ||
ruby-macho (1.1.0) | ||
thread_safe (0.3.6) | ||
tzinfo (1.2.3) | ||
tzinfo (1.2.5) | ||
thread_safe (~> 0.1) | ||
xcodeproj (1.4.2) | ||
xcodeproj (1.5.6) | ||
CFPropertyList (~> 2.3.3) | ||
activesupport (>= 3) | ||
claide (>= 1.0.1, < 2.0) | ||
colored (~> 1.2) | ||
atomos (~> 0.1.2) | ||
claide (>= 1.0.2, < 2.0) | ||
colored2 (~> 3.1) | ||
nanaimo (~> 0.2.3) | ||
|
||
PLATFORMS | ||
ruby | ||
|
||
DEPENDENCIES | ||
cocoapods (= 1.2.0) | ||
|
||
RUBY VERSION | ||
ruby 2.2.4p230 | ||
cocoapods | ||
|
||
BUNDLED WITH | ||
1.14.6 | ||
1.16.1 |
Oops, something went wrong.