浏览代码

Saque el boton de calendar de home_page.js

ErnestoOrtiz2 3 年前
父节点
当前提交
7e456ba97c
共有 1 个文件被更改,包括 1 次插入4 次删除
  1. 1
    4
      screens/main/Home_page.js

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

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