Expo is "eating" some letters of my texts

  1. SDK Version: 42
  2. Platforms(Android/iOS/web/all): Android and iOS

I’m using expo to build applications, but when I build it to Android, some letters are being cut, but this does not happen on the iOS.

In the image, there should be 4 texts where should be written “Curso”, “Instagram”, “Sobre” and “Contato”. But the last letter is being cut.

hi there! this is actually something specific to react-native. i’d need to have more info about how you are rendering this text to help, ideally a minimal reproducible example.

this is likely the issue that you are seeing: https://github.com/facebook/react-native/issues/15114

Hello there! Thank! I didn’t know it was a React Native problem, I thought it was something with expo. Thank you! The issue you sent me solved my problem!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.