Skip to content

Commit

Permalink
fix(ui): modal docs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
32penkin authored and artyorsh committed Jul 18, 2019
1 parent 5b7cdeb commit 9a93a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/framework/ui/modal/modal.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export type ModalProps = ViewProps & ComponentProps & ModalPresentingBased;
* visible={this.state.visible}
* allowBackdrop={false}>
* <View>
* <Text>Hi! This is Modal Component!</Test>
* <Text>Hi! This is Modal Component!</Text>
* <Button title='Close Modal' onPress={() => this.setVisible(false)}/>
* <View/>
* </Modal>
Expand Down

0 comments on commit 9a93a70

Please sign in to comment.