This project is a mobile application frontend developed using React Native. The application aims to provide chatbot interface.
To get a local copy up and running, follow these simple steps.
Ensure you have the following installed on your machine:
- Node.js
- npm or yarn
- React Native CLI
- Android Studio (for Android development)
- Xcode (for iOS development)
-
Clone the repo
git clone https://github.com/yourusername/yourprojectname.git cd yourprojectname
-
Install dependencies
Using npm:
npm install
Using yarn:
yarn install
For detailed setup instructions, follow the steps on the React Native official documentation.
-
Install CocoaPods dependencies
cd ios pod install cd ..
-
Run the app
npx react-native run-ios
-
Start the Android emulator or connect a device
-
Run the app
npx react-native run-android