Shyam Mittal

Results 4 comments of Shyam Mittal

Yeah, all conditional expressions by default are considered invalid [here](https://github.com/Intellicode/eslint-plugin-react-native/blob/4b7149ea7019d288d6318dfabb05461f3134a975/lib/util/stylesheet.js#L405-L409). I think plugin should accept some pattern config to apply only certain validations and skip others.

Also, moving those url imports from your `.scss` file to your `index.html` file should work fine.

Seems like only following works as of now `linear`, `easeInElastic`, `easeOutElastic`, `easeInOutElastic`.

Weirdly I encountered this issue only in iOS as android was rendering the image perfectly, thanks @mklb & @joshua-revolutions though!