Files
trezor-suite/suite-native/module-send
Petr Knetl 1e06739434 fix(suite-native): remove nested BottomSheetModalProvider causing broken sheet offsets
Nested BottomSheetModalProvider instances inside Form components were
causing gesture-handler and animation conflicts (duplicate portal
hierarchies). This was the root cause of the broken bottom inset on the
Account List bottom sheet after opening the custom fee sheet.

Fix: re-provide FormContext inside CustomFeeBottomSheet's portal content
via <Form form={form}> so portaled children can access useFormContext(),
making the nested provider in all fee form screens unnecessary.
2026-03-04 08:26:44 +01:00
..