andrea.nieves7 1 年間 前
コミット
e6b9f1ae0b
共有1 個のファイルを変更した4 個の追加0 個の削除を含む
  1. 4
    0
      App.js

+ 4
- 0
App.js ファイルの表示

@@ -303,6 +303,8 @@ function Picker() {
303 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 309
   return (
308 310
   <View>
@@ -340,6 +342,8 @@ function Picker() {
340 342
 	  searchPlaceholder="Busqueda..."
341 343
     />
342 344
 	
345
+	//add a dropdown picker for the years
346
+	
343 347
 	</View>
344 348
   );
345 349
 }