Skip to content
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

refact: merge Fabric & Paper impls: ScreenStackHeaderSubview (4) #1418

Merged
merged 177 commits into from
Apr 28, 2022

Conversation

kkafar and others added 30 commits April 8, 2022 11:38
It caused RN_FABRIC_ENABLED flag to be invalid (as it merged with
    previous flag from the list...)
Otherwise C++ standard headers are not visible from .m files -> project
fails to build.

e.g. Whem=n A.m includes B.h & B.h imports memory header: "#include
<memory>" -- memory header is not visible & compilation fails
1. move the prop to implemented section in JS
2. move the prop to "common" section in RNSScreenView interface
most likely some kind of merging artifact
most likely some kind of merge artifact
temporary solution until customAnimationOnSwipe is not added to
RNSScreenView on Fabric
these directives should be removed once implementations ale fully merged
to Paper specific section

This method is not present in RNSScreenStackComponentView, therefore I
conclude it is not necessary at least for now
@kkafar kkafar marked this pull request as ready for review April 28, 2022 08:14
@kkafar kkafar requested a review from WoLewicki April 28, 2022 08:14
Copy link
Member

@WoLewicki WoLewicki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! I added some comments.

ios/RNSScreenStackHeaderSubview.mm Outdated Show resolved Hide resolved
ios/RNSScreenStackHeaderSubview.h Outdated Show resolved Hide resolved
ios/RNSScreenStackHeaderConfig.mm Outdated Show resolved Hide resolved
ios/RNSScreenStackHeaderConfig.h Outdated Show resolved Hide resolved
Base automatically changed from @kkafar/merge-fabric-to-paper-screen-stack-header-config to main April 28, 2022 10:28
…g' into @kkafar/merge-fabric-to-paper-screen-stack-header-subview
This was already done in previous commit, but it somehow came back after
merging base branches.
This was already done in 076be98
(076be98)

Merging base branches bringed it back.
@kkafar kkafar merged commit 568e588 into main Apr 28, 2022
@kkafar kkafar deleted the @kkafar/merge-fabric-to-paper-screen-stack-header-subview branch April 28, 2022 13:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants