Full upgrade to react native v0.68.3 for Android

This commit is contained in:
bl00dymarie
2024-02-15 14:31:46 +01:00
parent 3193fa4f33
commit 4eedb171a3
12 changed files with 72 additions and 22 deletions
+5 -2
View File
@@ -1,4 +1,7 @@
module.exports = {
arrowParens: 'avoid',
bracketSameLine: true,
bracketSpacing: false,
singleQuote: true,
semi: false,
}
trailingComma: 'all',
};