瀏覽代碼

Saque el boton de calendar de home_page.js

ErnestoOrtiz2 2 年之前
父節點
當前提交
7e456ba97c
共有 1 個文件被更改,包括 1 次插入4 次删除
  1. 1
    4
      screens/main/Home_page.js

+ 1
- 4
screens/main/Home_page.js 查看文件

@@ -84,10 +84,7 @@ export function Home_page({navigation}) {
84 84
           </TouchableOpacity>
85 85
         )}
86 86
         />
87
-      <Button
88
-        title='Calendario'
89
-        onPress={() => navigation.navigate('Calendar')}
90
-      />  
87
+        
91 88
       <Button
92 89
         title='CrearChat'
93 90
         onPress={() => handleButtonPress()}