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