Skip to content

Android Gesture Fixes and Modal UI Refinements

Choose a tag to compare

@NathanNovak NathanNovak released this 06 May 04:26
· 700 commits to master since this release

2.27.10 (2026-05-06)

Chores
  • versioning:
    • Bump app version to 2.27.10 and update build numbers for Android (1038) and iOS (1038) (044deed)
    • Bump app version to 2.27.9 and update build numbers for Android (1037) and iOS (1037) (6ddc4e4)
    • Bump app version to 2.27.8 and update build numbers for Android (1036) and iOS (1036) (7b2d1eb)
Bug Fixes
  • ui:
    • Update ModalWrapper to conditionally wrap content only for Android (4cf8d78)
    • Add scrollEnabled prop to ModalWrapper and adjust SketchModal styles (e7f6aca)
  • images, ui:
    • Correct image resize arguments in useImages. Image taken on iOS in portrait mode was orienting it 90 degrees. (d9d3d10)
  • modal:
    • wrap ModalWrapper content in GestureHandlerRootView so RNGH gestures (image zoom and panning) work inside modals on Android (6ae9728)
    • extract status bar padding into SMALL_SCREEN_STATUS_BAR_OFFSET so image height accounts for the 50px container offset applied when statusBarTranslucent renders behind the status bar on small screens (d812ad0)
    • add isHideHeader prop to ModalWrapper and suppress phantom header in MicroProjectPDFOverlay (5777453)
Refactors
  • sketch: move close button into ModalWrapper header in order to fit all sketch buttons on small screen (e489a93)