Skip to content

Commit 75950bb

Browse files
author
Marco Cesarato
committed
feat(Example): add continuity mode example
1 parent 47f2f87 commit 75950bb

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Example/App.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,17 @@ export default class App extends Component {
110110
arrows
111111
/>
112112
</View>
113+
<View style={Styles.col}>
114+
<Text style={Styles.text}>Continuity mode</Text>
115+
<InputSpinner
116+
value={this.state.value}
117+
style={Styles.spinner}
118+
min={10}
119+
max={30}
120+
arrows
121+
continuity
122+
/>
123+
</View>
113124
<View style={Styles.col}>
114125
<Text style={Styles.text}>
115126
Custom button text and fontSize

0 commit comments

Comments
 (0)