-
-
Notifications
You must be signed in to change notification settings - Fork 521
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
Conversation
7b91678
to
50e4777
Compare
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.
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.
663bafd
to
92357ae
Compare
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.
Provided that you have tested this on both architectures I think we're good to go.
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.
LGTM aswell!
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) -->
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.