abumalick / expo-styled-component-6-ios-bug

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React native & styled-components reproduction bug

Summary

This repository is a reproduction of a bug that occurs when using border-color property with styled-components@6 with React Native on iOS.

When using the border-color using inline styles, it does not override the border-color property defined in the styled-component. See the code in App.js

How to run the reproduction

npm install
npm run ios
# or
npm run android

About


Languages

Language:JavaScript 100.0%