chore: tighten types across mobile surface areas (#1209)

* chore(app): tighten types across app workspace

* fixes

* save wip

* save wip linting

* fix any types

* fix types

* fix: import forwardRef directly from react

- Changed from React.forwardRef to forwardRef import
- Resolves linting warning about named exports

* save typing and linting updates

* cr feedback. final pass

* more cr feedback

* pipeline fixes
This commit is contained in:
Justin Hernandez
2025-10-09 09:53:29 -07:00
committed by GitHub
parent 04562d185f
commit 8255a9ac56
92 changed files with 803 additions and 395 deletions

View File

@@ -2,7 +2,7 @@
// SPDX-License-Identifier: BUSL-1.1
// NOTE: Converts to Apache-2.0 on 2029-06-11 per LICENSE.
import { ReactNode } from 'react';
import type { ReactNode } from 'react';
import { checkVersion } from 'react-native-check-version';
import { useNavigation } from '@react-navigation/native';
import { act, renderHook, waitFor } from '@testing-library/react-native';