Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion client/babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ module.exports = function babelConfig(api) {
api.cache(true);
return {
presets: ['babel-preset-expo'],
plugins: ['module:react-native-dotenv'],
plugins: ['module:react-native-dotenv', 'react-native-reanimated/plugin'],
};
};
3,358 changes: 3,002 additions & 356 deletions client/package-lock.json

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"react-native-gesture-handler": "~2.20.2",
"react-native-maps": "1.18.0",
"react-native-picker-select": "^9.3.1",
"react-native-progress": "^5.0.1",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.0.0",
Expand All @@ -46,6 +47,7 @@
"@babel/core": "^7.26.9",
"@babel/preset-env": "^7.26.9",
"@react-native-async-storage/async-storage": "^2.1.2",
"@react-native-community/cli": "latest",
"babel-jest": "^29.7.0",
"babel-preset-expo": "^12.0.9",
"eslint": "^8.57.1",
Expand All @@ -60,7 +62,8 @@
"jest-expo": "^52.0.4",
"metro-react-native-babel-preset": "^0.77.0",
"prettier": "^3.5.3",
"react-native-dotenv": "^3.4.11"
"react-native-dotenv": "^3.4.11",
"react-native-svg-transformer": "^1.5.0"
},
"private": true
}
}
Loading
Loading