1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

Posting using formData

This commit is contained in:
Zhiyuan Zheng
2020-11-17 23:57:23 +01:00
parent 5cf6eaa8d9
commit c0d7f379b3
8 changed files with 345 additions and 66 deletions

View File

@@ -1,10 +1,16 @@
module.exports = function (api) {
api.cache(true)
return {
presets: ['babel-preset-expo'],
presets: [
'babel-preset-expo',
// {
// runtime: 'automatic',
// development: process.env.NODE_ENV === 'development',
// importSource: '@welldone-software/why-did-you-render'
// }
],
plugins: [
['@babel/plugin-proposal-optional-chaining'],
// ['babel-plugin-typescript-to-proptypes'],
[
'module-resolver',
{