Native application for cclip.
- Video Compression
- Image Social media formats adjustments
- Video Uploads
- Video Listing with stats.
Client: React-Native, Nativewind, Cloudinary , Prisma , Clerk.
Server: Expo API Routes.
Follow these steps to set up and run the project locally:
# Clone the repository
git clone https://github.com/xonoxc/cclip_native.git
cd cclip_nativeInstall all required dependencies using bun
bun install
Create a .env file and copy .env.sample in it .
After adding DatabaseURL in .env select the provider in prisma.schema file and generate the client :
bunx prisma generateEnsure that the
DATABASE_URLin.envis correctly configured.
the application using following command:
bunx expo start --tunnel
#or with cache cleared
bunx expo start --tunnel -cScan qr code to see application in Expo go mobile app or press a for opening the application in android emulator or i for ios simulator.



