Vitaliy Dubov

Results 7 comments of Vitaliy Dubov

@Kyon147 the SPA (React in my case) does not need a native AppBridge. Instead, use the npm package "@shopify/app-bridge-react", as in the example I gave, it does the same thing...

@osiset @Kyon147 I updated the config now called "frontend_engine", available values: 1) blade (default value); 2) vue; 3) react; Checking via a simple switch, if react is selected, the native...

You can take an implementation from here https://github.com/osiset/laravel-shopify/pull/1178 but it has nothing to do with the package and can be exposed by the application.

@Kyon147 linting has been updated

@Kyon147 test added

@osiset @Kyon147 I'll do the documentation and tests in the next few days

@osiset Cool! I couldn't find time for them. I also fixed conflicts with the main branch