andrea.nieves7 2 years ago
parent
commit
cc609c8414
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      App.js

+ 3
- 1
App.js View File

306
   //add a thing here to select year to take info from
306
   //add a thing here to select year to take info from
307
   
307
   
308
 
308
 
309
+//add a dropdown in here 
310
+
309
   return (
311
   return (
310
   <View>
312
   <View>
311
     <DropDownPicker
313
     <DropDownPicker
342
 	  searchPlaceholder="Busqueda..."
344
 	  searchPlaceholder="Busqueda..."
343
     />
345
     />
344
 	
346
 	
345
-	//add a dropdown picker for the years
347
+	
346
 	
348
 	
347
 	</View>
349
 	</View>
348
   );
350
   );