Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RNMobile] Native mobile release v1.7.0 #16156

Merged
merged 5 commits into from
Jun 14, 2019
Merged

Commits on Jun 13, 2019

  1. [Mobile] Disable Video block on Android for v1.7.0 release (#16149)

    * Disable Video block on Android for v1.7.0 release
    
    * Add import statement to check platform
    mkevins authored Jun 13, 2019
    Configuration menu
    Copy the full SHA
    73bef24 View commit details
    Browse the repository at this point in the history
  2. [RNMobile] Narrow down blur on unmount to replaceable only (#16151)

    * Remove focus from RichText when unmounting
    
    In #15999 this behavior was changed to prevent the keyboard from disappearing
    when you press Enter to create a new paragraph.
    
    This worked in that case, but had the side effect of TextInputState still
    thinking a dead view had focus, and causing a crash in some scenarios.
    
    * Only blur a RichText in replaceable block
    
    That RichText won't have the chance to blur earlier so, we need to do it
    on unmount. But, non replaceable blocks wont need to blur their RichText
    on unmount because that will happen normally in componentDidUpdate().
    
    * Rename to an unstable, very goal-named name
    
    * Compute shouldBlurOnUnmount inside RichText
    hypest authored Jun 13, 2019
    Configuration menu
    Copy the full SHA
    1b03fdb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f1fd1c View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2019

  1. Fix comma-dangle lint error

    hypest committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    985eded View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7012f15 View commit details
    Browse the repository at this point in the history