status-im / status-mobile

a free (libre) open source, mobile OS for Ethereum
https://status.app
Mozilla Public License 2.0
3.91k stars 984 forks source link

[Android] Long numbers in swap receive field not properly displayed #21462

Open VolodLytvynenko opened 1 month ago

VolodLytvynenko commented 1 month ago

Steps:

  1. Go to swap
  2. Select some 18 decimals token in the receiving value

Actual result:

Pixel XL API 33 (Android studion) image

Pixel 7a, Android 13 image

Additional info:

[NOTE] There's an Android bug in our current version of React Native (0.73) that prevents us to position the text input at the start of it (https://github.com/facebook/react-native/issues/44171), thus will be fixed once we update to 0.74+ where this seems to be fixed (https://github.com/reactwg/react-native-releases/issues/283)

briansztamfater commented 3 weeks ago

Currently blocked, depends on https://github.com/status-im/status-mobile/pull/21268