-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Catalog API completion of View/Text/Image props #5677
Comments
ghost
added
the
Needs: Triage 🔍
New issue that needs to be reviewed by the issue management team (label applied by bot)
label
Aug 10, 2020
chrisglein
removed
the
Needs: Triage 🔍
New issue that needs to be reviewed by the issue management team (label applied by bot)
label
Aug 13, 2020
Reopened View - Style API completion project.
|
This was referenced Jun 11, 2021
Reopened Image - API Completion Project.
|
Opened Text - API Completion Project
|
All layout style props are implemented and functional. Shadow style props are not implemented, documentation already up to date. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The "props" documentation is separate from the components documentation, and through discovery of issues like #5668 it seems like we maybe missed a scrub of the props for API completion. Specifically, these pages:
https://reactnative.dev/docs/image-style-props
https://reactnative.dev/docs/layout-props
https://reactnative.dev/docs/shadow-props
https://reactnative.dev/docs/text-style-props
https://reactnative.dev/docs/view-style-props
Environment
npx react-native --version
4.10.1
npx react-native run-windows --info
reg query "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\AppModelUnlock"
Steps To Reproduce
Use any of the style props defined in these pages:
https://reactnative.dev/docs/image-style-props
https://reactnative.dev/docs/layout-props
https://reactnative.dev/docs/shadow-props
https://reactnative.dev/docs/text-style-props
https://reactnative.dev/docs/view-style-props
Expected Results
Any property that doesn't work has a tracking issue on this repo. Some are, some are not. The goal here is to track those that are not.
Image Style props
https://github.com/microsoft/react-native-windows/projects/18
#2111
Layout props
#2636
Shadow props
#2800
Text Style props
#4155
#5187
#5668
View Style props
https://github.com/microsoft/react-native-windows/projects/19
#3078
#3077
Snack, code example, screenshot, or link to a repository:
TBD
Some of these can be checked via playground, some are not exercised at all (and either need manual repros or new test pages).
The text was updated successfully, but these errors were encountered: