react-native-md-dialog
react-native-md-dialog copied to clipboard
Can't show content
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>
same here
Thanks for reporting this issue will take a look at it this weekend 👍
If you add style={{paddingHorizontal: 16}} to your view tag the text will appear.