react-native-css icon indicating copy to clipboard operation
react-native-css copied to clipboard

Position pseudo classes implicitly calculated

Open jpomazal opened this issue 9 years ago • 4 comments

Using _reactInternalInstance, :first-child, last-child, nth-child are now implicitly set on all styled components.

Since I accidently set remote origin instead of upstream on my last push, this PR can also act as a discussion for the Style Component functionality I created.

jpomazal avatar Aug 14 '16 23:08 jpomazal

+1

we have some issue with circle-ci :(

thabti avatar Aug 15 '16 02:08 thabti

After little trial and error, specifying node version and installing latest npm fixed the circle-ci issue caused by peer-dependency conflict between RN and react-test-renderer in the new jest tests.

jpomazal avatar Aug 15 '16 04:08 jpomazal

So this is a babel-transform of react-native-css?

thabti avatar Jan 26 '17 19:01 thabti

@jpomazal I am keen to get this merged in. Babel-transform would be awesome. Anything I can help you with ?

thabti avatar Mar 14 '17 22:03 thabti