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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from facebook:master #349

Merged
merged 2 commits into from
Oct 30, 2020
Merged

Commits on Oct 30, 2020

  1. Trigger garbage collection when the app receive memory warning

    Summary:
    Changelog: [internal]
    
    The condition inside `[RCTCxxBridge handleMemoryWarning]` was preventing JS VM from handling memory pressure if React Native was loading. This seems incorrect as loading only occurs once at the startup but memory pressure event occurs mostly after React Native was initialised. Therefore, JS VM wasn't handling memory pressure events.
    
    Reviewed By: shergin
    
    Differential Revision: D24646724
    
    fbshipit-source-id: 7b4420fe675261e434c3427c8ad366ba0086a453
    sammy-SC authored and facebook-github-bot committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    96ecad4 View commit details
    Browse the repository at this point in the history
  2. Implement ScrollView.keyboardDismissMode

    Summary: Changelog: [internal]
    
    Reviewed By: shergin
    
    Differential Revision: D24648120
    
    fbshipit-source-id: 718be95dc87217fa6745535a3760ec23cc390444
    sammy-SC authored and facebook-github-bot committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    0217c14 View commit details
    Browse the repository at this point in the history