Mobile App

Mobile App

Since the application uses resources external to React-Native, we must manually create Link to some libraries, such as react-native-vector-icons that will find documentation to make the link on the official site, for iOs and Android

We must also pay special attention to the links to Firebase, since it will depend on whether our application communicates with the database or not. We will explain how these steps are carried out, but the best way to achieve success is by following the official documentation of each site, since they continually update the changes they make in their libraries. Both react-native-vector-icons and Firebse have their section on GitHub with questions and solutions to problems posed by users. You can go there in case you have problems.

Last updated