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

[android][web-browser] Fix WebBrowser sending 'dismiss' before opening #6743

Commits on Mar 22, 2020

  1. [android][web-browser] Fix WebBrowser sending 'dismiss' before opening

    Fixes expo#6679
    
    TL;DR
    A wrong usage of AppState causes WebBrowser to resolve with
    `{ type: 'dismiss' }` before opening the view.
    
    This is related to AppState being not initialised yet,
    triggering a change before the user leaves the app view
    to focus on the browser view.
    LucaColonnello committed Mar 22, 2020
    Copy the full SHA
    1e20f7c View commit details
    Browse the repository at this point in the history
  2. Build packages

    LucaColonnello committed Mar 22, 2020
    Copy the full SHA
    cb5335f View commit details
    Browse the repository at this point in the history
  3. Updated CHANGELOG

    LucaColonnello committed Mar 22, 2020
    Copy the full SHA
    3eafc3d View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    e8190f1 View commit details
    Browse the repository at this point in the history
  5. Clean yarn.lock

    LucaColonnello committed Mar 22, 2020
    Copy the full SHA
    04133af View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2020

  1. Update packages/expo-web-browser/CHANGELOG.md

    Co-Authored-By: Łukasz Kosmaty <lukasz.kosmaty@student.uj.edu.pl>
    LucaColonnello and lukmccall committed Mar 23, 2020
    Copy the full SHA
    e8d13d4 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. Copy the full SHA
    43b9d3d View commit details
    Browse the repository at this point in the history