carloslibardo

Results 3 issues of carloslibardo

### Description I've encountered a crash in my React Native application on Android when trying to set the `edges` prop on `RNCSafeAreaView`. The application crashes with the following exception: Exception...

### What minimal example or steps are needed to reproduce the bug? my component in styles.ts: ```js export const ButtonContainer = styled.View.attrs({ elevation: 15 })` background-color: ${({ theme: { COLORS...

### What minimal example or steps are needed to reproduce the bug? This component is getting this error, i think it's because ternary operator. **_this function is not supported when...

bug