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

Adding show/hide Native Implementation of Dev Loading Module #35746

Closed

Commits on Dec 30, 2022

  1. Adding native implementation for Dev Loading View for Android

    Differential Revision: D42258041
    
    fbshipit-source-id: bd2498a014c49f3cbeefe8e72c14b4d0778f3d94
    arushikesarwani94 authored and facebook-github-bot committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    7b14402 View commit details
    Browse the repository at this point in the history
  2. Reverting LoadingView change of native implementation of DevLoadingView

    Summary: Reverting the LoadingView.android.js change of native implementation of DevLoadingView done in D42258041 (facebook@068a208) since it will break the existing 'Refreshing...` indicator on Mobile Android as the native implementation currently is just the skeleton with loggin, not the actual implemenation of `showMessage()` & `hide()`
    
    Differential Revision: D42284732
    
    fbshipit-source-id: 135528e3204cbbced7f44e09f807f3aab8bdcb92
    arushikesarwani94 authored and facebook-github-bot committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    4c04a74 View commit details
    Browse the repository at this point in the history
  3. Adding show/hide Native Implementation of Dev Loading Module

    Summary:
    Changelog:
    [Android][Added] -  For supporting Dev Loading View across multiple platforms, adding native implementation for showMessage() & hide() of Dev Loading Module
    
    Differential Revision: D42286425
    
    fbshipit-source-id: d699d334391fb49403f0576867bfa907c6221f3f
    arushikesarwani94 authored and facebook-github-bot committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    db1ed51 View commit details
    Browse the repository at this point in the history