git clone https://github.com/Dinesh7571/React-Rabbit
cd React-Rabbit
npm install # or yarn installnpm start # or yarn startMake sure you have an emulator running or a device connected:
npm run android # or yarn androidAn Android app built with React Native that identifies the framework/technology (e.g., React Native, Flutter, or pure native) used to build other apps.
- Uses native module bridge for detection
- Beautiful UI with smooth experience
🔗 Download APK: Google Drive Link
Screenshot:
- Fork this repo
- Create a new branch (
git checkout -b feature-name) - Make your changes
- Commit (
git commit -m "Added new feature") - Push (
git push origin feature-name) - Open a Pull Request