andrea.nieves7 1 rok temu
rodzic
commit
cc609c8414
1 zmienionych plików z 3 dodań i 1 usunięć
  1. 3
    1
      App.js

+ 3
- 1
App.js Wyświetl plik

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