# install expo cli
npm install -g expo-cli
# install dependencies
npm install
Or use yarn
yarn install
Add .env file to the root directory of the project
Content of .env file
# change the API_KEY with your api key
BASE_URL=https://youtube.googleapis.com/youtube/v3/
API_KEY=YOUR_API_KEY
Run project
# run project
npm start
- React Native expo app
- Get Search results from youtube
- Infinite scroll feature
- Background based on device theme
- Bottom Navigator for navigation
If you'd like to contribute, please fork the repository and make changes as you'd like. Pull requests are warmly welcome. Thanks a lot.