Skip to content

Latest commit

 

History

History
88 lines (72 loc) · 3.11 KB

README.md

File metadata and controls

88 lines (72 loc) · 3.11 KB

ClimAPP

Aplicación para consultar el clima

N|Solid

Tecnologias implementadas:

  • React Native
  • Expo
  • API Weather
  • API Maps

Para iniciar el sistema utilizar

    ejemplo:  expo start
              expo start --web
              expo start --ios
              expo start --android

-- Instalacion --

  • Clonar repositorio de GitHub

  • Instalar dependencias:

    • NodeJs
        npm install /
    
    • Expo Cli
        npm install -g expo-cli / yarn global add expo-cli
    
    • React Dependencies
        "dependencies": {
            "@expo/vector-icons": "^12.0.5",
            "@react-native-async-storage/async-storage": "~1.15.0",
            "@react-native-community/masked-view": "^0.1.11",
            "@react-navigation/native": "^6.0.6",
            "@react-navigation/native-stack": "^6.2.5",
            "axios": "^0.24.0",
            "expo": "^43.0.0",
            "expo-status-bar": "~1.1.0",
            "formik": "^2.2.9",
            "react": "17.0.1",
            "react-dom": "17.0.1",
            "react-native": "0.64.2",
            "react-native-elements": "^3.4.2",
            "react-native-gesture-handler": "~1.10.2",
            "react-native-maps": "^0.29.4",
            "react-native-modals": "^0.22.3",
            "react-native-reanimated": "~2.2.0",
            "react-native-safe-area-context": "3.3.2",
            "react-native-screens": "~3.8.0",
            "react-native-web": "0.17.1",
            "yup": "^0.32.11"
    

-- Navegación --

  • Principal
  • Buscador
  • Lista guardada
  • Detalles
  • Acerca de nosotros

-- Capturas --

Start, Home, Search, ListSave

Start Home Search ListSave

Detail, ListMaps, AboutTeam, DetailTeam

Detail ListMaps AboutTeam DetailTeam