Native base actualizado descargable: https://drive.google.com/drive/folder...
Native base: https://nativebase.io/
Repositorio en github: https://github.com/GeekyAnts/NativeBa...
Nueva actualización
Ha habido varias actualizaciones durante los últimos meses y ahora tenemos react navigation 4. Veamos los cambios que la consola nos pide en nuestro proyecto:
1) Constants en nuestro header ahora lo instalamos con expo install expo-constants e importamos con import Constants from ‘’expo-constants”
2) Linear gradient en nuestro header lo instalamos con expo install expo-linear-gradient e importamos con import {LinearGradient} from ‘expo-linear-gradient’
3) Font en nuestro setup ahora lo importamos como import * as Font from ‘expo-font’. Para instalar expo font usamos expo install expo-font
4) Ejecutar npm audit fix te permitirá corregir vulnerabilidades y paquetes por agregar y actualizar. Preferiblemente instala native-base con ¡YARN!
React Navigation 4:
1) Ahora además de instalar react navigation, aquellos que usamos expo debemos instalar expo install react-navigation react-native-gesture-handler react-native-reanimated react-native-screens.
2) StackNavigator debes instalarlo por individual: npm install react-navigation-stack o yarn add react-navigation-stack para aquellos que usan yarn. Y lo importamos de la siguiente manera: import { createStackNavigator } from 'react-navigation-stack';
3) Debes instalar yarn add react-navigation-tabs e importar como import { createBottomTabNavigator } from 'react-navigation-tabs';
Siempre presta atención a la consola, las actualizaciones, warning y demás, lee con calma y visita la doc oficial, créeme, es muy sencillo y lo entenderás ya que eres un programador ;)!.. Cuando una actualización es muy nueva, esta bien si quieres mantenerte sin actualizar por un tiempo pero en algún momento deberás hacerlo y leer sobre las actualizaciones te hará saber si algo te interesa o necesitas.
On this page of the site you can watch the video online Native Base + react native - Libreria UI with a duration of hours minute second in good quality, which was uploaded by the user ProgramadorIT 14 June 2019, share the link with friends and acquaintances, this video has already been watched 7,433 times on youtube and it was liked by 87 viewers. Enjoy your viewing!