Description
Description
when we use this
<Pressable onPress={() => {
console.log("SDfsdfsdf +" + Math.random())
}} style={{ alignSelf: 'flex-start' }}>
<View style={{ }}>
<Text
numberOfLines={1}
style={{ }} onTextLayout={onTextLayout}>{'From vincenzoddragon+five@gmail.com From vincenzoddragon+five@gmail.com' } </Text>
</View>
</Pressable>
this not taking a full row. but when we set flex 1 it will take. but if the text is small when i click empty space pressable is triggering.
React Native Version
0.70.13
Output of npx react-native info
System:
OS: macOS 14.0
CPU: (8) arm64 Apple M1
Memory: 1.19 GB / 16.00 GB
Shell: 5.9 - /bin/zsh
Binaries:
Node: 16.18.1 - ~/.nvm/versions/node/v16.18.1/bin/node
Yarn: 1.22.19 - ~/.nvm/versions/node/v16.18.1/bin/yarn
npm: 8.19.2 - ~/.nvm/versions/node/v16.18.1/bin/npm
Watchman: 2023.08.28.00 - /opt/homebrew/bin/watchman
Managers:
CocoaPods: 1.13.0 - /opt/homebrew/bin/pod
SDKs:
iOS SDK:
Platforms: DriverKit 23.0, iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0
Android SDK: Not Found
IDEs:
Android Studio: 2021.3 AI-213.7172.25.2113.9123335
Xcode: 15.0/15A240d - /usr/bin/xcodebuild
Languages:
Java: 11.0.17 - /Users/pradeepkumar/.jenv/shims/javac
npmPackages:
@react-native-community/cli: Not Found
react: 18.1.0 => 18.1.0
react-native: 0.70.6 => 0.70.6
react-native-macos: Not Found
npmGlobalPackages:
react-native: Not Found
Steps to reproduce
<Pressable onPress={() => {
console.log("SDfsdfsdf +" + Math.random())
}} style={{ alignSelf: 'flex-start' }}>
<View style={{ }}>
<Text
numberOfLines={1}
style={{ }} onTextLayout={onTextLayout}>{'From vincenzoddragon+five@gmail.com From vincenzoddragon+five@gmail.com' } </Text>
</View>
</Pressable>
if you want you can increase the letterspacing also we will able to reproduce even small text.
Snack, screenshot, or link to a repository
https://snack.expo.dev/@pradeepero/text-wrap-issue-on-android?platform=android
