Buyukchamlija is a React Native mobile application built with Expo. This project uses React Navigation for routing and React Native Paper for UI components.
To get started with this project, follow these steps:
- Clone the repository
- Install dependencies:
npm install
To run the application, use one of the following commands:
- For Expo Go:
npm expo start --clear
- For Android:
npm run android
- For iOS:
npm run ios
- For web:
npm run web
npm start
: Starts the Expo development servernpm run android
: Starts the app on an Android emulator or connected devicenpm run ios
: Starts the app on an iOS simulator or connected devicenpm run web
: Starts the app in a web browsernpm run lint
: Runs ESLint to check and fix code style issuesnpm run format
: Runs Prettier to format code
- expo: ~51.0.28
- react: 18.2.0
- react-native: 0.74.5
- @react-navigation/native: ^6.1.18
- @react-navigation/native-stack: ^6.11.0
- @react-navigation/stack: ^6.4.1
- react-native-paper: ^5.12.5
- (and others, see package.json for full list)
- @babel/core: ^7.20.0
- eslint: ^8.57.1
- prettier: ^3.3.3
- (and others, see package.json for full list)
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
This project is private and not open for public use or distribution.
If you have any questions or concerns, please open an issue in the project repository.