andrea.nieves7 1 år sedan
förälder
incheckning
cc609c8414
1 ändrade filer med 3 tillägg och 1 borttagningar
  1. 3
    1
      App.js

+ 3
- 1
App.js Visa fil

@@ -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
   );