Mobile project, similar to web development (Front-End) of a social network carried out in SysMap Excellence Full Stack Trainee 3rd edition.
--> React Native 0.71.8
--> Typescript 4.6.3
--> Other technologies: Expo Cli / Expo Go / JWT (JSON Web Token) Authentication / Axios / React / phosphor-react-native
Node.js/npm
npm install -g expo-cli
Obs: The api used in the mobile was Node.js. ** Branche: up
# git clone:
https://github.com/bc-fullstack-03/Celio_Amaral-Mobile.git
Install mobile dependencies: npm install
src/services/api.ts
src/components/PostItem/index.tsx
npm run start
# Access the app using one of these ways:
// Run the project on your own Android or IOS device: Expo Go.
// Run the project through an Android/iOS emulator: Android Studio.
- Similar to Front-End