mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Created a new Expo app
This commit is contained in:
6
babel.config.js
Normal file
6
babel.config.js
Normal file
@ -0,0 +1,6 @@
|
||||
module.exports = function(api) {
|
||||
api.cache(true);
|
||||
return {
|
||||
presets: ['babel-preset-expo'],
|
||||
};
|
||||
};
|
Reference in New Issue
Block a user