quantical-solutions/reactnative

Quantic Framework ReactNative for Laravel

Installs: 16

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/quantical-solutions/reactnative

dev-main 2021-01-08 11:46 UTC

This package is auto-updated.

Last update: 2025-09-08 21:22:01 UTC


README

Tested on Laravel 8

Use 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