- Notifications
You must be signed in to change notification settings - Fork0
BeFit is a mobile workout app built using React Native & Expo CLI
NotificationsYou must be signed in to change notification settings
devaaravmishra/befit
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Clone repository:
git clone https://github.com/aaaravv/befit.git&& \cd befit
Install necessary dependencies:
yarn -i
Run server with expo client:
expo start
Make sure to have
nodejs
andyarn
installed.
- AsyncStorage - An asynchronous, unencrypted, persistent, key-value storage API.
- Slugify - Slugify is a small JavaScript library for converting strings into URL slugs.
- React Native Stack Navigator - A Stack Navigator is a React component that allows you to transition between screens where each new screen is placed on top of a stack.
- React Native Bottom Tab Navigator - A Bottom Tab Navigator is a React component that allows you to transition between screens where each new screen is placed on top of a stack.
- React Native Screens - React Native Screens enables native stack navigators to use the native navigation primitives of the platform. This allows for native navigation animations and gestures to be used on both platforms.
- React Native Vector icons - Customizable Icons for React Native with support for image source and full styling.
This App is licensed under the terms of theMIT license © 2022Aarav.
For feedbacks, reach out to me atgmail.
About
BeFit is a mobile workout app built using React Native & Expo CLI