fix: android and ios builds

This commit is contained in:
Lei Nelissen
2022-11-27 21:07:32 +01:00
parent 2f8cf6e081
commit 845b379e09
9 changed files with 86 additions and 58 deletions

View File

@@ -32,6 +32,7 @@ module.exports = {
[
'module:react-native-dotenv'
],
'react-native-reanimated/plugin'
'react-native-reanimated/plugin',
'@babel/plugin-proposal-numeric-separator'
]
};