Skip to content

Not receiving list of password recovery questions #165

@bruscantini

Description

@bruscantini

I've directly loaded the PasswordRecoveryScreen found in exportAPIComponents directory. It seemed to be working just fine until I clicked on "Choose recovery question". The recovery questions do not load - it's just a blank screen. What am I missing?

"edge-core-js": "0.16.4",
"edge-login-ui-rn": "^0.5.34",

import { PasswordRecoveryScreen } from 'edge-login-ui-rn';
render () { return ( <ScrollView style={styles.scrollview}> <View style={{ flex: 1 }}> <PasswordRecoveryScreen accountObject={this.props.edgeAccount} context={this.props.edgeContext} onComplete={() => {}} onCancel={() => {}} /> </View> </ScrollView> ); }

Screen Shot 2019-07-24 at 10 54 18 AM

Screen Shot 2019-07-24 at 10 54 31 AM

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