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

feat: extract shared example and use in in both Example and FabricExa… #2149

Merged
merged 11 commits into from
May 28, 2024

Conversation

maciekstosio
Copy link
Contributor

@maciekstosio maciekstosio commented May 20, 2024

Description

Currently we have separate apps for Example and FabricExample, Example covers most of the features and FabricExample only HeaderConfig, I think it would be better for to share the code base. The main reason is that it's easier to test if features fork the same on both platforms.

Test code and steps to reproduce

FabricExample should look the same, as Example app.

@maciekstosio maciekstosio force-pushed the @maciekstosio/Unify-example-app branch from 7b91678 to 50e4777 Compare May 21, 2024 12:39
@kkafar kkafar self-requested a review May 22, 2024 10:22
@maciekstosio maciekstosio marked this pull request as ready for review May 22, 2024 10:24
Copy link
Member

@kkafar kkafar left a comment

Choose a reason for hiding this comment

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

Let's wait for this one:

to be merged, and let's then update so that we are in sync.

Besides that I think we're good.

@maciekstosio maciekstosio force-pushed the @maciekstosio/Unify-example-app branch from 663bafd to 92357ae Compare May 28, 2024 10:49
Copy link
Member

@kkafar kkafar left a comment

Choose a reason for hiding this comment

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

Provided that you have tested this on both architectures I think we're good to go.

Copy link
Member

@tboba tboba left a comment

Choose a reason for hiding this comment

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

LGTM aswell!

ja1ns pushed a commit to WiseOwlTech/react-native-screens that referenced this pull request Oct 9, 2024
software-mansion#2149)

## Description

Currently we have separate apps for Example and FabricExample, Example
covers most of the features and FabricExample only HeaderConfig, I think
it would be better for to share the code base. The main reason is that
it's easier to test if features fork the same on both platforms.

## Test code and steps to reproduce

FabricExample should look the same, as Example app.
<!--
Please include code that can be used to test this change and short
description how this example should work.
This snippet should be as minimal as possible and ready to be pasted
into editor (don't exclude exports or remove "not important" parts of
reproduction example)
-->
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.

3 participants