Leverage jsx transform to remove unnecessary react imports and update eslint config (#6516)

* update eslint config with jsx runtime

* leverage jsx transform to remove unnecessary react imports and update eslint config

* run yarn lint --fix to remove eslint disables related to react/prop-types that is now disabled
This commit is contained in:
Paul Coroneos
2024-11-19 09:33:07 -06:00
committed by GitHub
parent cfc653a5f4
commit ff5ad38253
143 changed files with 55 additions and 148 deletions
@@ -5,7 +5,6 @@
* LICENSE file in the root directory of this source tree.
*
*/
import React from 'react'
import {
SafeAreaView,
StyleSheet,