Advertisement
fundaypande

App.js

Mar 25th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <View style={styles.boxNumberUp}>
  2.             <View style={[styles.boxNumberUpChild, costumMargin(10), costumPadding(20, 0, 20, 0)]}>
  3.               <Text>1</Text>
  4.             </View>
  5.             <View style={[styles.boxNumberUpChild, costumMargin(10), costumPadding(20, 0, 20, 0)]}>
  6.               <Text>2</Text>
  7.             </View>
  8.             <View style={[styles.boxNumberUpChild, costumMargin(10), costumPadding(20, 0, 20, 0)]}>
  9.               <Text>3</Text>
  10.             </View>
  11.             <View style={[styles.boxNumberUpChild, costumMargin(10), costumPadding(20, 0, 20, 0)]}>
  12.               <Text>4</Text>
  13.             </View>
  14.           </View>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement