Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
android build [nfc]: Add a lint-suppression line.
Part of the RN v0.61 -> v0.62 changes to the template app [1], corresponding to facebook/react-native@87f94d558. This may freely be done before the upgrade commit. This `// noinspection` line is mentioned in an obsolete Android Studio doc on suppressing lint warnings [2]; it's not clear that it's the best way to do what it says it does. But might as well follow the template. [1] https://react-native-community.github.io/upgrade-helper/?from=0.61.5&to=0.62.2 [2] http://tools.android.com/tips/lint/suppressing-lint-warnings (be sure to click "stop" before the timer runs out on the automatic redirect)
- Loading branch information