- Node.js (v14 or newer)
- npm or yarn
- React Native CLI (
npm install -g react-native-cli) - Android Studio (for Android) or Xcode (for iOS)
-
Clone this repository:
git clone [repository-url]
-
Navigate to the project directory:
cd [project-folder] -
Install dependencies:
npm install # or yarn install
# Start Metro bundler
npm start
# In a new terminal
npm run android# Start Metro bundler
npm start
# In a new terminal
npm run ios- If you encounter issues, try:
cd android && ./gradlew clean && cd .. npm start -- --reset-cache
- Make sure your emulator is running before starting the app
- Run tests:
npm test - Lint code:
npm run lint













