I created a project with create-react-native-app and I want to use jest-enzymematchers, their Readme has a section on how to use it with create-react-app, but I did not find any information on how to use it with create-react-native-app.
To add these sockets, I only need to create a jest installation file, but create-react-native-appcannot see it, to allow a custom jest installation file.
So can you use the custom jest installation file without extracting create-react-native-app from the application?
Also is there a way to add a file jestfor create-react-native-app?
source
share