Applying concepts learned with react-native
You need to install Node.js, Yarn, Expo first and then, in order to clone the project via HTTPS, run this command:
git clone https://github.com/patrick-silva/clone-picpay.git
SSH URLs provide access to a Git repository via SSH, a secure protocol. If you have a SSH key registered in your Github account, clone the project using this command:
git clone git@github.com:patrick-silva/clone-picpay.git
Install dependencies
yarn install
Run the following command in order to start the application in a development environment:
It is important to mention that this application was testing only iOS emulator.
// Start the application
yarn start
Question: What are the tecnologies used in this project?
Answer: The tecnologies used in this project are Expo + React Native + Styled Components to handle scoped CSS.
Feel free to file a new issue with a respective title and description on in Issues section the repository.
Check out the contributing page to see the best places to file issues, start discussions and begin contributing.
Released in 2020. This project is under the MIT license.
Made by Patrick Silva 🚀