chore(deps): bump react-native-safe-area-context from 4.5.1 to 4.7.2 #440
Annotations
7 warnings
test:
src/component/BottomSheet/BottomSheetContainer.tsx#L38
React Hook useEffect has missing dependencies: 'bottomSheetRef' and 'resetBottomSheetInvoker'. Either include them or remove the dependency array
|
test:
src/screen/AccessToken/AccessToken.tsx#L64
React Hook useCallback has a missing dependency: 'paperTheme.colors.onBackground'. Either include it or remove the dependency array
|
test:
src/screen/Home/Home.tsx#L71
React Hook useEffect has missing dependencies: 'setCountdown' and 'setCountdownViaPassQrGot'. Either include them or remove the dependency array
|
test:
src/screen/InviteVisitors/InviteVisitors.tsx#L43
React Hook useEffect has a missing dependency: 'getData'. Either include it or remove the dependency array
|
test:
src/screen/Welcome/Welcome.tsx#L32
React Hook useEffect has missing dependencies: 'rnColorScheme', 'setStatusBarStyle', and 'themeScheme'. Either include them or remove the dependency array
|
test:
src/utils/appEffect/useAppEffect.ts#L33
React Hook useLayoutEffect has missing dependencies: 'setAppearance', 'setIs401Status', 'verifyActive', and 'verifyStaff'. Either include them or remove the dependency array
|
test:
src/utils/httpClient/useAxiosInterceptor.ts#L56
React Hook useMemo has a missing dependency: 'setHttpLogs'. Either include it or remove the dependency array
|