andrea.nieves7 преди 1 година
родител
ревизия
cc609c8414
променени са 1 файла, в които са добавени 3 реда и са изтрити 1 реда
  1. 3
    1
      App.js

+ 3
- 1
App.js Целия файл

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