krudos
krudos
i will love to have a slow CMD + m . minimize
i will create a PR for this ``` import {StyleSheet} from 'react-native'; import transform from 'css-to-react-native'; import {RuleSet} from 'styled-components'; const toStyleSheet = (style: RuleSet) => { const rules =...
shadow props only work on iOS https://reactnative.dev/docs/shadow-props try adding elevation export const TabContainer = styled.View` display: flex; flex-direction: row; padding: 15px; margin: 20px; shadow-opacity: 1; shadow-radius: 5px; shadow-color: #000; shadow-offset:...
it will be great if this get merge
Hi why this PR was close? i am getting a vulnerability warning because of this
hi i created a PR to fix this vulnerability https://github.com/oliver-moran/jimp/pull/1108
i am having the same issue