Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

to-do and note app with react native and expo

primera fase del proyecto, se implemento un menu drawer (lateral) para facilitar la navegacion entre las pantallas del proyecto, pronto se espera personalizar este menu y agregar una funcionalidad de cambio de tema (DarkMode y LightMode).


se agregaron algunos estilos a los items del drawer, ademas, se agregó un titulo (hoy no fue un dia muy productivo).

screenOptions={{
  drawerActiveBackgroundColor: "#FFF5D8",
  drawerActiveTintColor: "#FF9983"
}}

integracion de ScrollView


import { ScrollView } from "react-native-gesture-handler";

export default function Page(){
  return(
    <ScrollView >
      {// content of page}
    <ScrollView />
  )
}

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages