Skip to content

Commit

Permalink
pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
Holat committed Aug 22, 2023
1 parent 140a203 commit e96aeb3
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 6 deletions.
1 change: 1 addition & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ module.exports = function (api) {
presets: ["babel-preset-expo"],
plugins: [
require.resolve("expo-router/babel"),
"react-native-reanimated/plugin",
],
};
};
52 changes: 48 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,13 @@
"react-dom": "18.2.0",
"react-native": "0.71.8",
"react-native-gesture-handler": "~2.9.0",
"react-native-get-random-values": "~1.8.0",
"react-native-get-random-values": "~1.9.0",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
"react-native-web": "~0.18.10",
"uuid": "^9.0.0",
"expo-constants": "~14.2.1"
"expo-constants": "~14.2.1",
"react-native-reanimated": "~2.14.4"
},
"devDependencies": {
"@babel/core": "^7.20.0",
Expand Down

0 comments on commit e96aeb3

Please sign in to comment.