federicogomezlara

Results 13 comments of federicogomezlara

I have the same problem with TouchableOpacity

> I managed to fix it by using `useSafeAreaInsets` and `` instead of `` > > ``` > const insets = useSafeAreaInsets(); > > style={{ > paddingTop: insets.top, > paddingBottom:...

> Downgrade axios version to 0.24.0 Tried this but it didn't work, I have the same issue (I was on 0.27.2 before if i'm correct)

None of the workarounds here have worked for me, I'm on Expo SDK 45

@clementbmn I think I found a fix? I had this problem with an Expo Managed app (SDK 44), I built the app again after installing the package with expo install...

Having the same issue on SDK 49, both Android and iOS using react navigation

Having the same issue on the production deployment, app is fine in development but it just shows the strings once deployed

Hello @tjaniczek , do you guys plan to continue to work on this feature? We'd love to be able to use it, we've had to swap out our texts and...

One thing that wasn't noted, or maybe it's just me, @abuu-u's solution causes fast refresh to break, I am forced to disable translations while developing if I want fast refresh...