This is a Netflix clone app built with React Native, using TypeScript data and featuring bottom and stack navigation. The app includes two screens: the Home screen and the Details screen.
To install and run the app, follow these steps:
- Clone this repository to your local machine using
git clone
. - Navigate to the project directory and run
npm install
to install the dependencies. - Run
npm start
to start the Metro bundler. - Open a new terminal window and run
npm run android
to run the app on an Android emulator or device, ornpm run ios
to run the app on an iOS simulator or device.
Once the app is running, you can use the bottom navigation to switch between the Home screen and the Details screen.
The Home screen displays a list of movies and TV shows available on Netflix. You can scroll through the list and tap on a movie or TV show to view more details.
The Details screen displays more information about a selected movie or TV show, including the title, year of release, rating, and a brief synopsis.
This project uses the following dependencies:
Contributions to this project are welcome! To contribute, please fork this repository, make your changes, and submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.