Skip to content

Commit

Permalink
feat: update expo to 49.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
VladSt90 committed Dec 5, 2023
1 parent 1deb311 commit 6d8a9f4
Show file tree
Hide file tree
Showing 19 changed files with 24,940 additions and 8,097 deletions.
7 changes: 7 additions & 0 deletions .prettierrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module.exports = {
arrowParens: 'avoid',
bracketSameLine: true,
bracketSpacing: true,
singleQuote: true,
trailingComma: 'all',
};
3 changes: 1 addition & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"androidStatusBar": {
"barStyle": "dark-content",
"backgroundColor": "#F7F9FC"
},
"entryPoint": "node_modules/expo/AppEntry.js"
}
}
}
1 change: 1 addition & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ module.exports = function (api) {

const plugins = [
['module-resolver', moduleResolverConfig],
'react-native-reanimated/plugin',
];

return { presets, plugins };
Expand Down
Loading

0 comments on commit 6d8a9f4

Please sign in to comment.