andrea.nieves7 1 년 전
부모
커밋
cc609c8414
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3
    1
      App.js

+ 3
- 1
App.js 파일 보기

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