๐Ÿ“ฆ manideepk90 / Iot-home

๐Ÿ“„ babel.config.js ยท 7 lines
1
2
3
4
5
6
7module.exports = function (api) {
  api.cache(true);
  return {
    presets: ['babel-preset-expo'],
  };
};