Skip to content

Commit

Permalink
Merge pull request #2 from hendrixgotcodes/chore/migrate-to-compatibl…
Browse files Browse the repository at this point in the history
…e-sdk-version

chore: migrated to Expo SDK version 44 #1
  • Loading branch information
hendrixgotcodes authored Aug 3, 2022
2 parents 729700a + 4e25041 commit 02f9584
Show file tree
Hide file tree
Showing 4 changed files with 7,989 additions and 10,011 deletions.
3 changes: 2 additions & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module.exports = function(api) {
api.cache(true);
return {
presets: ['babel-preset-expo']
presets: ['babel-preset-expo'],
plugins: ['@babel/plugin-proposal-unicode-property-regex']
};
};
Loading

0 comments on commit 02f9584

Please sign in to comment.