David Prokaj

Results 1 issues of David Prokaj

Hi! The `no-color-literals` does not mark the following case as error: ```js export default StyleSheet.create({ container: { color: '#fff' } }); ``` If I pull out the stylesheet into a...