-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
Text component android_hyphenationFrequency
type is incomplete
#33104
Comments
Do you want to try submitting a PR? |
I might submit one later if I get some free time at work. |
According to the full changelog of v0.67.0 It seems like the docs did just not get adjusted. Explanation:
There is also currently a bug breaking the hyphenation with soft hyphens ( |
Hello, I'm new to the open source contributing. |
Why was this closed @ospfranco ? |
The comment by klinzo explained it, the functionality has been removed, adding the types won't solve it |
Description
Current prop is missing the
high
value on the flow types:should be:
Version
0.67.2
Output of
npx react-native info
System:
OS: macOS 12.1
CPU: (8) arm64 Apple M1
Memory: 90.97 MB / 16.00 GB
Shell: 5.8 - /bin/zsh
Binaries:
Node: 16.12.0 - ~/.nvm/versions/node/v16.12.0/bin/node
Yarn: 1.22.17 - ~/.nvm/versions/node/v16.12.0/bin/yarn
npm: 8.1.0 - ~/.nvm/versions/node/v16.12.0/bin/npm
Watchman: 2022.01.31.00 - /opt/homebrew/bin/watchman
Managers:
CocoaPods: 1.11.2 - /Users/osp/.gem/ruby/2.7.2/bin/pod
SDKs:
iOS SDK:
Platforms: DriverKit 21.2, iOS 15.2, macOS 12.1, tvOS 15.2, watchOS 8.3
Android SDK:
API Levels: 30, 32
Build Tools: 30.0.2, 32.0.0
System Images: android-32 | Google APIs ARM 64 v8a, android-32 | Google Play ARM 64 v8a
Android NDK: Not Found
IDEs:
Android Studio: 2020.3 AI-203.7717.56.2031.7935034
Xcode: 13.2.1/13C100 - /usr/bin/xcodebuild
Languages:
Java: 11.0.11 - /usr/bin/javac
npmPackages:
@react-native-community/cli: Not Found
react: 17.0.2 => 17.0.2
react-native: 0.67.2 => 0.67.2
react-native-macos: Not Found
npmGlobalPackages:
react-native: Not Found
Steps to reproduce
It's just a flow-type error (I think)
Snack, code example, screenshot, or link to a repository
No response
The text was updated successfully, but these errors were encountered: