Skip to content

Commit

Permalink
fix: adjustmente dependecies
Browse files Browse the repository at this point in the history
  • Loading branch information
Moises088 committed Nov 27, 2022
1 parent 9253c66 commit 269ecff
Show file tree
Hide file tree
Showing 4 changed files with 138 additions and 74 deletions.
8 changes: 4 additions & 4 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"expo": {
"name": "personal-finance-app",
"name": "Financeiro pessoal",
"slug": "personal-finance-app",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
"resizeMode": "cover",
"backgroundColor": "#141b26"
},
"updates": {
"fallbackToCacheTimeout": 0
Expand All @@ -32,7 +32,7 @@
},
"extra": {
"eas": {
"projectId": "836c705c-812c-4968-ab0a-2c99241f7425"
"projectId": "c0b2b427-1802-4fab-93a0-88dafd4f3859"
}
}
}
Expand Down
1 change: 1 addition & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ module.exports = function(api) {
api.cache(true);
return {
presets: ['babel-preset-expo'],
plugins: ["react-native-reanimated/plugin"]
};
};
Loading

0 comments on commit 269ecff

Please sign in to comment.