This is a React Native with Expo project that includes two main files: index.tsx
and [id].tsx
. The project has been set up with various components and types to create a simple product list application.
To get started with the project, follow these steps:
- Clone the repository to your local machine.
- Navigate to the project directory.
- Run
npm install
oryarn install
to install the project dependencies. - Run
npm start
oryarn start
to start the Expo server.
To run the app on your device or emulator, follow these steps:
- Ensure the Expo server is running.
- If using an emulator, ensure it is running.
- Scan the QR code with the Expo app on your device or emulator.
To run the tests for the project, follow these steps:
- Ensure the project dependencies are installed.
- Run
npm test
oryarn test
to run the tests.
The project includes the following main files:
index.tsx
: The main file for the app that includes various components and types to create a simple product list application.[id].tsx
: The file for displaying a specific product and its details.
The project also includes various components in the components/
directory.
The project uses the following technologies:
- React Native
- Expo
- Jest
The project was created by Efrain Diaz.