RNDiagnal is a mobile application built using React Native framework. It is showing movie's name and poster. It is allow's to search movies by name.
Features Running the App
Features 1 Display a list of movies. 2 Search movies by name. 3 Lazy Load movies list. 4 Tooltips
Running the App To run the app on a simulator or device, follow these steps:
Start the development server:
npx react-native start
For iOS: Run the app on iOS :
yarn ios
For Android: Run the app on an Android:
yarn android