how can i resolve this problem and this my jest.config.js
module.exports = { preset: 'react-native', "setupFilesAfterEnv": [ "@testing-library/jest-native/extend-expect" ], "transformIgnorePatterns": [ "node_modules/(?!(react-native|@react-native|react-native-config)/)" ] };