Skip to content
This repository was archived by the owner on Jul 18, 2020. It is now read-only.
This repository was archived by the owner on Jul 18, 2020. It is now read-only.

Google login sometimes results in a blank screen after entering credentials #167

@chitezh

Description

@chitezh
  • Code snippet or sample project that reproduces the bug
const lock = new Auth0Lock({ <clientId>, <domain>, useBrowser: true })
lock.show({ authParams: { scope: "openid email" } }, (err, profile, token) => {})
  • Screenshots when appropriate
    image
  • Lock version
    react-native-lock: 0.6.0
  • iOS and/or Android version
    iPhone 6 & 7
  • If using CocoaPods, please include your Podfile
    pod 'Lock', '~> 1.29'
    pod 'Lock/TouchID'
    pod 'Lock/SMS'
    pod 'Lock/Email'
    pod 'Lock/Safari'
  • React Native & React version
    RN - 0.45.1
    React -16.0.0-alpha.12
  • NPM version
    4.2.0

Note: This bug does not happen always

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions