-
Notifications
You must be signed in to change notification settings - Fork 195
Fixed props key was spread into JSX FitImage #234
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
base: master
Are you sure you want to change the base?
Conversation
Can you merge this pull request? Is there any problem with this? |
Until the merge was done. You could fork my PR and use it in your project.
|
Of course, thanks for it. But I think it could be simply just merged. It is a pretty simple to review and useful bug fix. |
Hi, Thank you for your solution. Until the open PR is merged, you can temporarily apply this change to your project with the patch-package package. react-native-markdown-display+7.0.2.patch
|
Could you tell us when are you gonna merge this ? |
@cc-matthias-m could you raise same PR on https://github.com/MahmoudMabrok/mo3ta-markdown |
@MahmoudMabrok It seems that you project don’t accept PR. I have forked you project here https://github.com/ClubConnect/mo3ta-markdown. On the creation of a new PR, I can’t select you project https://github.com/MahmoudMabrok/mo3ta-markdown as destination. |
@cc-matthias-m for forks, you must fork first, then open pr from your fork to my fork like we did in current fork. i raised and merged the PR, could u try again with any dummy channge |
Ok, thanks @MahmoudMabrok , I found what I’m doing wrong. I send to your project the PR. |
Hi,
With the last version of react-native (0.75.4), the package display a warning for a deprecated code :
So I create this PR to fix it. As you can see, it’s really a light commit.
This PR work with last react-native version and previous one.
Do you think create a new npm patch 7.0.3 to add this modification ?
Thanks for reading.