Skip to content

Instantly share code, notes, and snippets.

View josezanle's full-sized avatar
🏠
Working from home

josezanle

🏠
Working from home
View GitHub Profile
@Klerith
Klerith / instalaciones-backend.md
Last active November 28, 2023 02:00
Instalaciones y configuraciones de nuestro backend
@akulsr0
akulsr0 / RNUIAPP - ProfileScreen1.jsx
Created October 21, 2020 07:55
React Native UI - Profile Screen 1
import React, { useState } from 'react';
import {
StyleSheet,
Text,
View,
ScrollView,
TouchableOpacity,
Image,
ActivityIndicator,
Dimensions,
@codigoconjuan
codigoconjuan / build.gradle
Last active November 3, 2021 21:05
Fuentes para el Proyecto de React Native
apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"
@codigoconjuan
codigoconjuan / index.js
Created February 20, 2020 22:49
Guía para instalar React Navigation 5
// Instalar react-navigation/native
npm install @react-navigation/native
// Instalar las dependencias
npm install react-native-reanimated react-native-gesture-handler react-native-screens react-native-safe-area-context @react-native-community/masked-view
// Instalar navegación en Stack
npm i @react-navigation/stack