=======================
Sneak-er is a simple React-Native with some features :)
To set up the project on your local machine, follow these simple steps:
# Core components and common dependencies
npm install @react-navigation/native
npx expo install react-native-screens react-native-safe-area-context
# StackNavigator is used
npm install @react-navigation/native-stack
# BottomTabNavigator is used
npm install @react-navigation/bottom-tabs
# Redux is used
npm install @reduxjs/toolkit
To run the project, follow this step:
npm start