What happened?
Upgraded to Pro, everything looks good so far.
But we have several Text components (imported from react-native-gesture-handler) that don't honor the numberOfLines prop anymore. Or rather the ellipsizeMode isn't.
Before
After
I've also tried importing Text directly but that had no effect, since the RNGH Text component imports from RN anyway.
Steps to Reproduce
- Create a
View with a fixed width
- Add a
Text component to it with a bunch of text in it
- Add
numberOfLines={1} to the Text component
Snack or Repository Link (Optional)
No response
Uniwind version
1.0.0-beta.6
React Native Version
0.81.5
Platforms
iOS
Expo
Yes
Additional information
What happened?
Upgraded to Pro, everything looks good so far.
But we have several
Textcomponents (imported fromreact-native-gesture-handler) that don't honor thenumberOfLinesprop anymore. Or rather theellipsizeModeisn't.Before
After
I've also tried importing
Textdirectly but that had no effect, since the RNGHTextcomponent imports from RN anyway.Steps to Reproduce
Viewwith a fixed widthTextcomponent to it with a bunch of text in itnumberOfLines={1}to theTextcomponentSnack or Repository Link (Optional)
No response
Uniwind version
1.0.0-beta.6
React Native Version
0.81.5
Platforms
iOS
Expo
Yes
Additional information