react-native-navigation的迁移库

CHANGELOG.md 2.4KB

Changelog

v2.2.1

Fixed

iOS

  • Fix title.font when subtitle supplied - Font wasn’t applied on title, when subtitel was provided. #14a5b74
  • Fix invisible modals edge case. When an Overlay was displayed before setRoot was called, Consecutive Modals and Overlays were attached to the wrong window. #b40f8ed

v2.2.0

Added

  • Component name can be a number as well to support enum component names #e32d8d2 by henrikra
  • Update lodash to v4.17.x #77e2faa

iOS

  • Add sideMenu.openGestureMode option #0a4bf2a

Fixed

iOS

  • iOS popGesture on stack root freezes the app #4388
  • setRoot on main application window - fix setRoot on iPad a3922f8
  • Fix “Multiple commands produce…” build error on Xcode 10 #b5d300f

Android

2.1.3

Added

iOS

Fixed

  • Avoid calling component generators on registerComponent #708d594