-
Notifications
You must be signed in to change notification settings - Fork 1
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
Port app to Fabric #119
Comments
Latest comparison of Paper to Fabric:
Technically the left version was on the #114 branch, so it's not quite apples to apples. And the size difference is due to running on different machines. But it gives you the gist. |
Are we missing a border in those tables? (The horizontal lines) Any idea what that is? I thought our border implementation on fabric is actually more complete than the paper one. |
Yeah, I had noticed that one but haven't had a chance to dig in yet. I'm using a JS-only module for markdown rendering, and the styling for those tables should be here. That table element is using |
Would probably be possible to merge this sooner if there was the ability to have file redirects for fabric components. Example: mycomponent.windows.fabric.js. |
Summary
Started with this as a basis: https://github.com/chiaramooney/sample-fabric
But in 0.73+ this is now replaced with the official app template: https://github.com/microsoft/react-native-windows/wiki/Using-the-new-architecture-templates
Plan
Picker
andPopup
Markdown
working again, for example)Clipboard
AsyncStorage
.png
assets to.ico
filesIssues Found
borderBottomWidth
) in Fabric doesn't work microsoft/react-native-windows#11549 Bottom border doesn't renderonAccessibilityTap
)ScrollView
does not display a scroll barScrollView
cannot be controlled with keyboard events (page up, page down, home, end)Not Yet Implemented
Screenshot of In-Progress Implementation
The text was updated successfully, but these errors were encountered: