AneteNeto/RocketHelp
Aplicativo de solicitações de manutenção de equipamentos internos de uma empresa - Feito durante o Ignite Lab #3
RocketHelp
Application for maintenance requests for a company's internal equipment.
The app allows you to manage request requests
🚀 Technologies:
📚 Libraries:
- Expo Google Fonts
- Phosphor Icons
- Native Base
- React Navigation
- React Native Firebase
- React Native SVG Transformer
🧠 Learned:
-
Expo Bare Workflow manages the native code and also gives us access to the native Android and iOS folders
-
TypeScript used to increase productivity and create types
-
Native Base the componentization of the project was done using this library, which allows you to be more productive and build components with a consistent UI
-
React Native SVG Transformer used to import svg files with the syntax of a component, a good alternative as React Native does not have standard support for svg.
-
Firebase to configure firebase in the expo project, some configuration is necessary as Expo Go does not have support for now, configuration is done using plugins [NATIVE FIREBASE SDK] (https://docs.expo.dev/guides /setup-native-firebase/) which allows you to automate the installation of dependencies in native code and then execute
expo prebuildandexpo run:android. Authentication was used (* Firebase Authentication*) and storage (Firebase Cloud Firestore)
