-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
react-native link
and react-native unlink
update.
#14801
Conversation
CC: @Kureev |
@iineva I tried to find reviewers for this pull request and wanted to ping them to take another look. However, based on the blame information for the files in this pull request I couldn't find any reviewers. This sometimes happens when the files in the pull request are new or don't exist on master anymore. Is this pull request still relevant? If yes could you please rebase? In case you know who has context on this code feel free to mention them in a comment (one person is fine). Thanks for reading and hope you will continue contributing to the project. |
ping @Kureev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi there! The code looks good, although I have one question: what do you mean by "linking images"?
in this case: https://github.com/iineva/react-native-gpuimage |
Oh, I see. Interesting case, don't see any reason why we shouldn't merge it 👍 |
If you're agree, @grabbou, lets ship it! 🚢 |
Yeah, conceptually I agree. Didn't have time to test, but code looks good. If you @Kureev are happy code wise, ship it! |
@facebook-github-bot shipit |
@Kureev has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
Thank you for your contribution, @iineva! ❤️ |
Summary: 1. Fix bug: Android project do not delete font files when run `react-native unlink`. 2. Add feature, link images to iOS project when run `react-native link`. Closes facebook/react-native#14801 Differential Revision: D5890051 Pulled By: hramos fbshipit-source-id: 28223d181ac5ed51d70df29a56eb56b2cce9aecb
Summary: This sync includes the following changes: - **[f24a0da6e](facebook/react@f24a0da6e )**: Fix useImperativeHandle to have no deps by default (facebook#14801) //<Dan Abramov>// - **[1fecba923](facebook/react@1fecba923 )**: Fix crash unmounting an empty Portal (facebook#14820) //<Dan Abramov>// - **[c11015ff4](facebook/react@c11015ff4 )**: fix spelling mistakes (facebook#14805) //<zhuoli99>// - **[3e295edd5](facebook/react@3e295edd5 )**: Typo fix in comment (facebook#14787) //<Deniz Susman>// - **[1d48b4a68](facebook/react@1d48b4a68 )**: Fix hydration with createRoot warning (facebook#14808) //<Sebastian Markbåge>// Release Notes: [GENERAL] [Changed] - React sync for revisions aa94237...f24a0da Reviewed By: cpojer Differential Revision: D14030552 fbshipit-source-id: f8df9d8e532b2afef59dbbc10715bd52fd22b355
react-native unlink
.react-native link
.