Fix expo setup and switch to yarn 3

This commit is contained in:
Zoe Roux
2022-11-12 00:22:25 +09:00
parent 32aaf8d785
commit eb3765e448
23 changed files with 17536 additions and 11873 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
// Licensed under the MIT license. See LICENSE file in the project root for details.
//
const withTM = require("next-transpile-modules")(["@yoshiki/react", "@yoshiki/core"]);
const withTM = require("next-transpile-modules")(["yoshiki"]);
const path = require("path");
/**