rafael-fecha
rafael-fecha
### Environment ``` "react-native": "0.67.4" "@sentry/react-native": "3.4.0" ``` build.gradle ``` project.ext.react = [ enableHermes: true, bundleInBeta: true, devDisabledInBeta: true, bundleInProd: true, devDisabledInProd: true, bundleInDemo: true, devDisabledInDemo: true ] apply from:...
### Summary I encountered an issue while working with Expo on Android, specifically when utilizing product flavors and changing the application ID. After modifying the application ID, the main activity...
The same as other lottie packages like lottie react native supports colorFilters: ``` colorFilters={[ { keypath: 'somekeypath', color: 'someColor }, ``` I would like to know if it is possible...
When setting up to use this action on a macOS runner there is the following error: `mv: fastcopy: open() failed (to): /usr/bin/tailscale: Operation not permitted` The issue looks like here:...