Yosef Kurniawan

Results 5 comments of Yosef Kurniawan

I think the correct script should be like this to make it sequencial. ``` mw.require('script.js', function() { console.log('script.js loaded'); // Initialize functions from script.js }); ``` That solve the problem....

thank you @peter-mw . it works!

unfortunately, there is no error in browser console ![Screenshot 2024-06-27 at 3 07 51 PM](https://github.com/microweber/microweber/assets/6382194/6ea3af63-c4df-44fd-b936-633f249079a4) By the way, I use Chrome Version 126.0.6478.127 (Official Build) (arm64)

> You should just patch the package by changing these three files : > `node_modules/react-native-snap-carousel/src/carousel/Carousel.js` , > `node_modules/react-native-snap-carousel/src/pagination/Pagination.js` , > `node_modules/react-native-snap-carousel/src/parallaximage/ParallaxImage.js` > > and instead of importing ViewPropTypes from 'react...