Initial Expo base app config with Redux

This commit is contained in:
Patrick Fic
2020-08-05 21:39:25 -07:00
parent ce1f58dbd8
commit 53360b1d5e
16 changed files with 6408 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
module.exports = function(api) {
module.exports = function (api) {
api.cache(true);
return {
presets: ['babel-preset-expo'],
presets: ["babel-preset-expo"],
};
};