andrea.nieves7 пре 2 година
родитељ
комит
e6b9f1ae0b
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4
    0
      App.js

+ 4
- 0
App.js Прегледај датотеку

303
 	{label: 'Yauco', value: '153'}
303
 	{label: 'Yauco', value: '153'}
304
   ]);
304
   ]);
305
   
305
   
306
+  //add a thing here to select year to take info from
307
+  
306
 
308
 
307
   return (
309
   return (
308
   <View>
310
   <View>
340
 	  searchPlaceholder="Busqueda..."
342
 	  searchPlaceholder="Busqueda..."
341
     />
343
     />
342
 	
344
 	
345
+	//add a dropdown picker for the years
346
+	
343
 	</View>
347
 	</View>
344
   );
348
   );
345
 }
349
 }