-
Notifications
You must be signed in to change notification settings - Fork 82
Fixed props key was spread into JSX #82
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
|
@obipawan can this PR be merged in and a new release pushed out? Getting the same issue with React Native 0.76 |
|
Can we merge this and get a new version please? |
1 similar comment
|
Can we merge this and get a new version please? |
|
We're running into this too. Can we get a new release with this PR merged? |
|
I am not sure if @obipawan still is interested in maintaining this repo (or has the time), although we and lots others find it helpful. So first: thanks to them for this library! I took the liberty of forking this repo and applying @cc-matthias-m PR on top of it (so we can use it in our app) Depending upon the original creator we might continue work on that (https://github.com/Volksverpetzer/react-native-hyperlink) or (if they want) take over this repo. Any thoughts or comments to this? |
That sounds good. The first person who has time should:
Thanks to whoever takes this on! |
|
We at Volksverpetzer would be happy to maintain this, the repo is already forked and available at https://github.com/Volksverpetzer/react-native-hyperlink Big question to start with though: What name should the new fork have to distunguish itself in npm etc? Any ideas from you @cc-matthias-m ? We could scope this with our name like @volksverpetzer/react-native-hyperlink or @vvp/react-native-hyperlink... |
|
Generally, the convention is to prefix the package name with the author/company name. So |
I just published v0.0.23 under https://www.npmjs.com/package/@volksverpetzer/react-native-hyperlink |
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 0.0.23 to add this modification ?
Thanks for reading.