rafael-fecha

Results 4 issues of 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:...

Type: :beetle: Bug
hermes
Status: Backlog
source-maps
Effort: Medium
Impact: Small
Platform: React-Native

### 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...

Issue accepted
CLI

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:...