remove fontawesome dependencies and registry

This commit is contained in:
Samuel Newman
2026-05-18 16:49:06 +03:00
parent 3c66ad304b
commit 67455a2f3d
6 changed files with 0 additions and 292 deletions
-4
View File
@@ -17,10 +17,6 @@ jest.mock('react-native/Libraries/EventEmitter/NativeEventEmitter', () => {
}
})
jest.mock('@fortawesome/react-native-fontawesome', () => ({
FontAwesomeIcon: '',
}))
jest.mock('react-native-safe-area-context', () => {
const inset = {top: 0, right: 0, bottom: 0, left: 0}
return {