Skip to content

Commit

Permalink
buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
henninghall committed Apr 19, 2024
1 parent b07e6a8 commit 265490c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions examples/Rn071/src/examples/Advanced.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,18 @@ export default class Advanced extends Component {
onPress={() => this.setState({mode: 'time'})}
text={'time mode'}
/>
<MicroButton
onPress={() => this.setState({minuteInterval: 1})}
text={'1min interval'}
/>
<MicroButton
onPress={() => this.setState({minuteInterval: 5})}
text={'5min interval'}
/>
<MicroButton
onPress={() => this.setState({minuteInterval: 15})}
text={'15min interval'}
/>
<View style={{width: '100%', height: 2, backgroundColor: '#eee'}} />
<View style={{}}>
<MicroText
Expand Down

0 comments on commit 265490c

Please sign in to comment.