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

Migrate app/react-native to typescript #6448

Merged
merged 10 commits into from
Apr 16, 2019
Merged

Commits on Apr 7, 2019

  1. rm readme to fix casing

    benoitdion committed Apr 7, 2019
    Configuration menu
    Copy the full SHA
    d6e21d1 View commit details
    Browse the repository at this point in the history
  2. capitalize README

    benoitdion committed Apr 7, 2019
    Configuration menu
    Copy the full SHA
    912ffc8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea0c8a0 View commit details
    Browse the repository at this point in the history
  4. export Params

    benoitdion committed Apr 7, 2019
    Configuration menu
    Copy the full SHA
    182e3c0 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2019

  1. Configuration menu
    Copy the full SHA
    7942fbe View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2019

  1. Configuration menu
    Copy the full SHA
    27b7c1e View commit details
    Browse the repository at this point in the history
  2. Safe navigator.userAgent access

    `navigator.userAgent` is not defined in react-native
    benoitdion committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    632eabd View commit details
    Browse the repository at this point in the history
  3. Safe document.location access

    `document.location` is not defined in react-native.
    
    Fixes #6512
    benoitdion committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    59fa00c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd7a5aa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    29ddf5a View commit details
    Browse the repository at this point in the history