- add to package.json
"projects": [
{
"preset": "jest-expo/ios"
},
{
"preset": "jest-expo/android"
},
{
"preset": "jest-expo/web"
}
],
- split out test files into .android.js, .ios.js, and .web.js