| 1 | import React, { useMemo, useCallback } from 'react'; |
| 2 | import { TouchableOpacity, Text, StyleSheet, View } from 'react-native'; |
| 3 | import { useStorage } from '../hooks/context/useStorage'; |
| 4 | import loc, { formatBalanceWithoutSuffix } from '../loc'; |
nothing calls this directly
no test coverage detected