test build fix (#14435)

This commit is contained in:
Parvesh Monu 2022-11-24 14:50:57 +05:30 committed by GitHub
parent 3fc1ba357e
commit 1230594046
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

8
.babelrc Normal file
View File

@ -0,0 +1,8 @@
{
"presets": [
"module:metro-react-native-babel-preset"
],
"plugins": [
"react-native-reanimated/plugin"
]
}