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: 2024-09-08 19:11:30 UTC
README
已在 Laravel 8 上测试使用 WebView 组件技术将您的 Blade & Tailwind 视图嵌入 ReactNative 应用中。或者,对于 PWA 项目,使用一个简单的 URL。
步骤 1
composer require quantical-solutions/reactnative
步骤 2
sudo npm install -g expo-cli
步骤 3
php artisan vendor:publish --tag=reactnative-support
步骤 4
cd yourProject/ReactNative
npm install && npm run linker
步骤 5
# For general App launch
npm run start
# For Android preview
npm run android