React Native case application for a project. It includes a Video screen with an Instagram/TikTok-style reels feed, allowing smooth and seamless transitions between videos.
To use your own video data, you can make the necessary adjustments in the getData function within Video.js to fetch your custom video data. Follow the steps below to set up and run the project on your local machine and mobile device.
az_recorder_20241105_214130.mp4
-
Clone the repository:
git clone https://github.com/tamerks/video-feed.git
-
Install the dependencies:
Navigate to the project directory and install the required
node_modules:npm install
-
Start the project:
Use the following command to start the project:
npx expo start
-
Install Expo Go:
Install the Expo Go app on your mobile phone from the App Store or Google Play Store.
-
Scan the QR code:
After running
npx expo start, a QR code will appear in your terminal. Scan this QR code using the Expo Go app on your phone. -
Run the app:
The app will open on your mobile phone via the Expo Go app.
Ensure that your phone and computer are connected to the same Wi-Fi network for the Expo Go app to communicate with the project running on your local machine.

