How to disable single equals in an if statement using typescript?
Recently in a codebase that I was debugging, there was and RCTView error on android however that error should be on ios. The issue was a shorthand in a styles file with (Platform.OS = 'ios' ? "..." : "...");
.
↧
TS: Disable single equals in if condition
↧