quantical-solutions / reactnative
Quantic Framework ReactNative for Laravel
Package info
github.com/Quantical-Solutions/package-quantic-reactnative
pkg:composer/quantical-solutions/reactnative
dev-main
2021-01-08 11:46 UTC
Requires
- php: >=7.4
- ext-json: *
This package is auto-updated.
Last update: 2026-03-08 22:27:35 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