Jude Cruz
Jude Cruz
**Describe the bug** Looks like with ``, our RN web application has extra "space" at the bottom of every screen, which seems to go away when the toast gets displayed....
If i have `ignoreProperty: ["ignoreThis"]` option set for `no-unlocalized-string`, it would be very helpful to also ignore any strings for subkeys under the ignored property. ```ts const obj = {...
Here's a simple example illustrating what I think should *not* be flagged by the `no-unlocalized-strings` rule ```js const obj = { "key with space": 5 }; const value1 = obj["key...