mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
21f1cce148
Summary:
There are some unused imports and variables. This was flagged by running
```
$ js1 lint --only "no-unused-vars: [1, {vars: 'all', args: 'none', ignoreRestSiblings: true}]" ~/fbsource/xplat/js/react-native-github --only "react/jsx-uses-vars" --only "react/jsx-uses-react" --fast
```
Changelog:
Internal
Reviewed By: zackargyle, JoshuaGross
Differential Revision: D17724836
fbshipit-source-id: 2b6a44f55c878d659c9c23f5878ba34f21f8bb69