Skip to content

Instantly share code, notes, and snippets.

@timotta
Created March 10, 2021 20:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timotta/50739e0bc9112a3388705d0bfd0f8a42 to your computer and use it in GitHub Desktop.
Save timotta/50739e0bc9112a3388705d0bfd0f8a42 to your computer and use it in GitHub Desktop.
Lib versions that works together on package.json
{
"babel-preset-expo": "^5.0.0",
"babel-preset-react-native": "^5.0.0",
"jest": "^24.8.0",
"jest-expo": "^26.0.0",
"react-test-renderer": "^16.2.0",
"react": "^16.3.0",
"react-native": "0.61.5",
"@babel/core": "7.13.10"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment