Exercise on React Native for the Bootcamp GoStack - Rocketseat.
Add a record in the backend by clicking the button "Adicionar projeto". The purpose of the project was to test useState and useEffect. That way, there is no form to add new records.
React Native components
SafeAreaView
Text
FlatList
StyleSheet
StatusBar
TouchableOpacity
Install and run the back-end: simple-test-project-nodejs
To install all dependencies for this project:
yarn
To configure the Android emulator network:
adb reverse tcp:3333 tcp:3333
To run the project:
yarn android