raul.madrigal
raul.madrigal
BUG REPORT **What happened**: The pods created with the scheduled functions are not being removed after completing them. We can see the pods being piled every time it hits the...
The module does not work when using the new React Native Architecture. ``` "react": "18.2.0", "react-native": "0.73.6", "react-native-drop-shadow": "1.0.0" ``` Without declaring the component name in the Interop layer the...
When enabling the new arch on 0.76 the component fails with the following error: ``` Exception thrown when executing UIFrameGuarded java.lang.NullPointerException: Attempt to invoke virtual method 'com.facebook.react.uimanager.events.EventDispatcher com.facebook.react.uimanager.UIManagerModule.getEventDispatcher()' on a...
**Description** The current `bin/setup` script is not aware of where the script was triggered: ```sh if [ -f "../env/magento.env" ]; then source "../env/magento.env" else echo "Warning: magento.env file not found."...