quantical-solutions/reactnative

Quantic Framework ReactNative for Laravel

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

This package is auto-updated.

Last update: 2024-05-08 18:27:10 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