quantical-solutions / reactnative
Quantic Framework ReactNative for Laravel
dev-main
2021-01-08 11:46 UTC
Requires
- php: >=7.4
- ext-json: *
This package is auto-updated.
Last update: 2025-03-08 20:19:45 UTC
README
Tested on Laravel 8Use WebView Component technology for embeding your Blade & Tailwind views in a ReactNative App. Or a simple URL for a PWA project.
Step 1
composer require quantical-solutions/reactnative
Step 2
sudo npm install -g expo-cli
Step 3
php artisan vendor:publish --tag=reactnative-support
Step 4
cd yourProject/ReactNative
npm install && npm run linker
Step 5
# For general App launch
npm run start
# For Android preview
npm run android