Gymnesia is a fitness mobile app built with React Native, Typescript, Expo and Firebase. It is currently in development.
- React Native with Expo SDK
- Hooks Pattern and Typescript
- Testing with Jest and React Testing library
- Firebase for Authentication processes
- Dummy datas for nutritions and workouts
1- Firstly download "Expo Go" app into your phone.
-For Android: https://play.google.com/store/apps/details?id=host.exp.exponent&hl=tr&gl=US
-For IOS: https://apps.apple.com/us/app/expo-go/id982107779
2- And Then, copy the link < exp://exp.host/@developerfg/gymnesia > and open Expo go app and paste that copied link into the section of "Enter URL manually"
Screen.Recording.2022-10-14.at.17.26.21.mov
Install the below tools/packages
Serial No | Software | Version | Installation site |
---|---|---|---|
1 | Node.js | >= 6.9.1 | Install NodeJS |
2 | npm | >= 3.10.8 | Install NPM |
3 | react-native | >= 0.51.0 | Install react-native |
4 | expo | >= 47.1.1 | Install Expo |
- Clone the repo with
git clone [REPO_URL]
command - Switch to the project's root directory in terminal
- Install the dependencies by running
npm install
- Once, 'npm install' is completed, run
expo start
to start the expo and react-native server - If it shows a QR code on the terminal as a result of 'expo start' command, then you are good to go!
Ignore the first step on 'Mobile setup' instructions given below if you already have 'Expo' app installed on your phone.
- Install 'Expo' application on your android/iOS device. You can find the links to Android and iOS apps here.
- Scan the QR code shown on the terminal.
- Once the QR code is successfully scanned, it will take few seconds to load and render the app.