-
-
Notifications
You must be signed in to change notification settings - Fork 77
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
Line Height Not Respected in iOS #25
Comments
What version of React Native are you running?
|
|
I did see that issue but it seemed unrelated. I could set my |
Could you please provide some sample markdown for me to reproduce the issue with? |
This is the string I am using in my app.
|
@Benjamin-Dobell I've got an expo snack reproducing the issue here https://snack.expo.io/@ragnar/https:-github.com-benjamin-dobell-react-native-markdown-view-issues-25 Try running it on Android and iOS to see the difference. The issue seems to be that
I tried removing this line locally, which seems to fix the issue. |
@Ragnar-H is right. |
Hello! First off, thanks for the library! It has been very useful thus far. One thing I seem to be struggling with is that while I am trying to style a paragraph's
lineHeight
, iOS seems to ignore this property while Android is respecting it.Any thoughts?
The text was updated successfully, but these errors were encountered: