-
Notifications
You must be signed in to change notification settings - Fork 966
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(android): add breakStrategy prop for Text and TextInput #2285
Conversation
👋 Thanks for your contributing! 🤖: "After a quick scan, I have approved workflows to run." |
👋 Thanks for your contributing! 🤖: "After a quick scan, I have approved workflows to run." |
👋 Thanks for your contributing! 🤖: "After a quick scan, I have approved workflows to run." |
Codecov Report
@@ Coverage Diff @@
## master #2285 +/- ##
==========================================
- Coverage 62.36% 61.75% -0.61%
==========================================
Files 30 30
Lines 1990 1982 -8
==========================================
- Hits 1241 1224 -17
- Misses 749 758 +9
Continue to review full report at Codecov.
|
👋 Thanks for your contributing! 🤖: "After a quick scan, I have approved workflows to run." |
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
# Conflicts: # examples/android-demo/res/index.android.js # examples/ios-demo/res/index.ios.js
👋 Thanks for your contributing! 🤖: "After a quick scan, I have approved workflows to run." |
👋 Thanks for your contributing! 🤖: "After a quick scan, I have approved workflows to run." |
👋 Thanks for your contributing! 🤖: "After a quick scan, I have approved workflows to run." |
* feat(android): add `textBreakStrategy` prop for `Text` and `TextInput` * feat(android): update demo * feat(android): update demo * feat(android): update prop name * feat(vue): update keb style * feat(core): resolve pr issues * feat(core): resolve pr issues * feat(core): resolve pr issues
Pre-PR Checklist