forked from react-native-maps/react-native-maps
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bring in latest changes from react-native-maps
#24
Open
aardvarkk
wants to merge
90
commits into
fqborges:master
Choose a base branch
from
aardvarkk:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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 change makes sure that we safely check to see if supportLibVersion is set before we try to use this.
* [iOS] Expose isAccessibilityElement as a prop * Set default isAccessibilityElement to NO, update readme
Line break types for "paddingAdjustmentBehavior" to decrease type-column width which increases Note column width. It was hard to browse props when Prop and Note columns were not visible at the same time (due to horisontal scroll in table and hidden overflow).
* add marker property isAlwaysSelected on iOS * updated naming of feature to isPreselected to better reflect functionality * updated Marker component docs for isPreselected prop
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. - [Release notes](https://github.com/jonschlinkert/mixin-deep/releases) - [Commits](jonschlinkert/mixin-deep@1.3.1...1.3.2) Signed-off-by: dependabot[bot] <support@github.com>
Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 1.15.3 to 1.16.3. - [Release notes](https://github.com/mafintosh/tar-fs/releases) - [Commits](mafintosh/tar-fs@v1.15.3...v1.16.3) Signed-off-by: dependabot[bot] <support@github.com>
Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.3.1 to 1.4.3. - [Release notes](https://github.com/mysticatea/eslint-utils/releases) - [Commits](mysticatea/eslint-utils@v1.3.1...v1.4.3) Signed-off-by: dependabot[bot] <support@github.com>
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.13. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.11...4.17.13) Signed-off-by: dependabot[bot] <support@github.com>
Bumps [morgan](https://github.com/expressjs/morgan) from 1.9.0 to 1.9.1. - [Release notes](https://github.com/expressjs/morgan/releases) - [Changelog](https://github.com/expressjs/morgan/blob/master/HISTORY.md) - [Commits](expressjs/morgan@1.9.0...1.9.1) Signed-off-by: dependabot[bot] <support@github.com>
Bumps [extend](https://github.com/justmoon/node-extend) from 3.0.0 to 3.0.2. - [Release notes](https://github.com/justmoon/node-extend/releases) - [Changelog](https://github.com/justmoon/node-extend/blob/master/CHANGELOG.md) - [Commits](justmoon/node-extend@v3.0.0...v3.0.2) Signed-off-by: dependabot[bot] <support@github.com>
Bumps [merge](https://github.com/yeikos/js.merge) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/yeikos/js.merge/releases) - [Commits](swordev/merge@v1.2.0...v1.2.1) Signed-off-by: dependabot[bot] <support@github.com>
Bumps [sshpk](https://github.com/joyent/node-sshpk) from 1.9.2 to 1.16.1. - [Release notes](https://github.com/joyent/node-sshpk/releases) - [Commits](TritonDataCenter/node-sshpk@v1.9.2...v1.16.1) Signed-off-by: dependabot[bot] <support@github.com>
Bumps [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent) from 2.0.0 to 2.2.4. - [Release notes](https://github.com/TooTallNate/node-https-proxy-agent/releases) - [Commits](TooTallNate/proxy-agents@2.0.0...2.2.4) Signed-off-by: dependabot[bot] <support@github.com>
Bumps [stringstream](https://github.com/mhart/StringStream) from 0.0.5 to 0.0.6. - [Release notes](https://github.com/mhart/StringStream/releases) - [Commits](mhart/StringStream@v0.0.5...v0.0.6) Signed-off-by: dependabot[bot] <support@github.com>
Clarify that the developer has a choice between using npm and Yarn when installing the package
fix minor typo
Fixed a typeo where the docs were referencing a version (10.0.1) which doesn't exist anymore.
add missing onPress action
…s in React Native v0.62 (react-native-maps#3484)
* Fix for build fail react-native-maps#3565 * Linting * Trying to fix travis Co-authored-by: Dan Tamas <hi@dan-tamas.me>
* fix: Xcode 12 compatibility * Fix for build fail react-native-maps#3565 (react-native-maps#3566) * Fix for build fail react-native-maps#3565 * Linting * Trying to fix travis Co-authored-by: Dan Tamas <hi@dan-tamas.me> * fix: Xcode 12 compatibility Co-authored-by: Dan Tamas <dan.tamas@gmail.com> Co-authored-by: Dan Tamas <hi@dan-tamas.me>
…ive-maps#3516) Co-authored-by: giada.faraon@ennova-research.com <giada.faraon@ennova.research.com>
* fix overlay bounds confliction from array * removed auto generated files that are unnecessary Co-authored-by: Ismail Sener <ismailsener@Ismails-MacBook-Pro.local>
…3538) Improved correctness of documentation by adding key prop to Marker component, rendered via an array mapping. This is as per React guidelines on rendering Lists: https://reactjs.org/docs/lists-and-keys.html#keys Co-authored-by: Christopher Dro <hello@blick-labs.com>
* Add key prop to <Marker /> docs * Changed the description to key prop
* pass camera move's reason to js (android) * IOS implementation * renamed value to isGesture * pretiffied * doc updated Co-authored-by: machou <uzanmacho@gmail.com>
- Upgrade to version 0.27.1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I ran into a problem building
react-native-maps-osmdroid
due to the an issue that was fixed inreact-native-maps
with this PR. I thought I'd do a merge commit that brought in the latest changes and fixes. I'm not sure if there are tests suites or anything that need to be run, but this was a first cut at a merge commit to reconcile the two and bring in any new changes.