Skip to content

Preset react-native not found (in react native typescript project) #4273

Closed Answered by JeremyBradshaw7
JeremyBradshaw7 asked this question in Q&A
Discussion options

You must be logged in to vote

Found the issue, I had a legacy resolutions part of my package.json file with these package specs (I cannot recall the reason why these were needed):

"resolutions": {
	"graceful-fs": "4.2.4",
	"@types/react": "^17"
}

Removing that allows the test to run as normal.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by JeremyBradshaw7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant