mobile-app/app/screens/WalletNavigator/WalletNavigator.tsx
Function WalletNavigator
has 150 lines of code (exceeds 100 allowed). Consider refactoring. Open
Open
export function WalletNavigator(): JSX.Element {
const { isLight } = useThemeContext();
const navigationRef =
useRef<NavigationContainerRef<ReactNavigation.RootParamList>>(null);
const DeFiChainTheme: Theme = getDefaultTheme(isLight);
Function WalletStacks
has 131 lines of code (exceeds 100 allowed). Consider refactoring. Open
Open
function WalletStacks(): JSX.Element {
const { width } = Dimensions.get("window");
return (
<WalletStack.Navigator