-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Feature: GeoJSON Marker Title Prop & A bit Refactor #3965
Feature: GeoJSON Marker Title Prop & A bit Refactor #3965
Conversation
@christopherdro, Actually I could not find the linter error. Can you help me to find it to pass from CI. |
@WrathChaos please update the docs and types for this new props. I’ll take a closer look at the error on CI |
@christopherdro, |
@christopherdro Done :) |
830b91b
to
11d38a7
Compare
@WrathChaos I made a mistake while trying to fix the lint errors. Can you push force push your changes on branch |
11d38a7
to
4e310e3
Compare
@christopherdro Done |
4e310e3
to
eb91424
Compare
@christopherdro When do you think this and the other PR's will be on live? |
@WrathChaos Can't say for sure right now, but one option is to point to your fork and create a branch with whatever changes you want on top of the latest stable release. |
…s#3965) * new: PropType is added for title prop * new: PropType is added for title prop * new: tappable prop has the PropType description * fix: tappable crash is fixed * fix: Better description for title prop * new: GeoJSON doc is updated * new: types are added for geojson on index.t.ts * Fix lint * cleanup Co-authored-by: Christopher Dro <[email protected]>
Does any other open PR do the same thing?
No other PR has the same thing
What issue is this PR fixing?
No issue right there, directly a fix and a new feature.
How did you test this PR?
Tested on both iOS and Android with both simulators and real devices.
What to do
New Feature
GeoJSON
has the new prop option:title
which shows a defaultCallout
with the title.