Em desenvolvimento
# Básico
expo init studio-ghibli-api-explorer-app --template blank
npm install @types/react-native --save
# Instalações necessárias para a biblioteca de navegação
# https://reactnavigation.org/docs/getting-started#installation
npm install @react-navigation/native
# https://reactnavigation.org/docs/getting-started#installing-dependencies-into-an-expo-managed-project
expo install react-native-screens react-native-safe-area-context
# https://reactnavigation.org/docs/stack-navigator/#installation
expo install react-native-gesture-handler
npm install @react-navigation/stack
- https://ghibliapi.herokuapp.com/#
- https://codesandbox.io/s/studio-ghibli-api-example-tvffw?file=/src/FilmList.js
- Sugestões de estrutura de projetos: https://www.reactnative.express/app/project_structure
- Tutorial com exemplos de reducers: https://www.reactnative.express/exercises/photo_gallery
- Componentes:
- FlatList: https://reactnative.dev/docs/flatlist
- Image: https://reactnative.dev/docs/image
- Repositório no GitHub com uma lista de fontes geralmente disponíveis: https://github.com/react-native-training/react-native-fonts
- Material de suporte para a configuração do emulador de Android