Pós Graduação Lato Sensu - Especialização em Análise e Desenvolviemento de Sistemas.
Centro Universitário IESB.
Programação para Web e Dispositivos Móveis.
Orion Teles de Mesquita
RMTADSA
2186339023 - Fábio de Oliveira Sales
-
Instalar Expo-cli npm -g install expo-cli --global
-
Download do Expo na loja oficial (Apple ou Google Play).
-
Criar projeto expo init {nome do projeto}
-
Instalar [React Native Paper] (https://callstack.github.io/react-native-paper/) yarn add react-native-paper
-
Instalar React Native Navigation yarn add @react-navigation/native
-
Instalar React Native Screens expo install react-native-screens
-
Instalar React Native Safe Area Context expo install react-native-safe-area-context
-
Instalar React Native Stack yarn add @react-navigation/native-stack
-
Instalar React Native Navigation bottom-tabs yarn add @react-navigation/bottom-tabs
-
Instalar React Native Navigation drawer yarn add @react-navigation/drawer yarn add react-native-gesture-handler react-native-reanimated
-
Instalar Axios yarn add axios
-
Instalar React Native Response Grid yarn add react-native-responsive-grid
-
Instalar Style Components yarn add styled-components yarn add -D @types/styled-components-react-native (Tipagem do TypeScript)
-
Instalar React Native Star Rating yarn add react-native-star-rating yarn add -D @types/react-native-star-rating
-
Instalar React Native WebView expo install react-native-webview