Open
Description
I'm having a really weird issue from the code below. It refuses to show the text item. Full code attached.
<Dialog
actions={[
<DialogButton text='Agree' key={0} onPress={this._tcDone} />
]}
ref='tcDialog'
title='Terms & Conditions'
>
<View>
<Text>asrfasdf and conditions</Text>
</View>
</Dialog>
Metadata
Metadata
Assignees
Labels
No labels