Browse Source

Saque el boton de calendar de home_page.js

ErnestoOrtiz2 2 years ago
parent
commit
7e456ba97c
1 changed files with 1 additions and 4 deletions
  1. 1
    4
      screens/main/Home_page.js

+ 1
- 4
screens/main/Home_page.js View File

@@ -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()}