Commit faabead
Fix JSX string props quote convention
Summary:
Not sure if I misunderstand the previous JSX convention. But I found that in JSX string props, double-quote is preferred instead.
https://github.com/facebook/react-native/blob/master/.eslintrc#L182

Closes facebook#8933
Differential Revision: D3597084
fbshipit-source-id: 606a2123f1a1ff1fe2234b636b68b3273ebf6ebb1 parent 700e82f commit faabead
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
0 commit comments