This is a React Native application that fetches and displays characters from the Ricky and Morty API. The following instructions will guide you through setting up and running the application locally.
- Install Node.js and npm (Node.js Installation Guide).
- Install React Native CLI (React Native CLI Installation Guide).
- Have an IDE like VSCode or Android Studio.
First, clone the repository to your local machine:
git clone <repository-url>
cd <repository-directory>
npm install
The application fetches data from the Ricky and Morty API. The API integration is already set up in the CharacterScreen.js file using Axios. No further configuration is required.
- Run the Application To run the application locally, execute:
For Android:
npx expo run:android
For iOS:
npx expo run:ios