Skip to content

Commit 3cc133d

Browse files
authoredNov 12, 2024··
chore(rn): update to latest react native version (#449)
* chore(rn): update to latest react native version * fix(lint): replace unmaintained sort keys with stable sort * chore(deps): update deps * update testing
·
4.6.24.5.0
1 parent d5d2571 commit 3cc133d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+2934
-2875
lines changed
 

‎.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ build/
99
.gradle
1010
local.properties
1111
*.iml
12+
.vscode
1213

1314
# node.js
1415
#

‎template/.prettierrc.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
module.exports = {
2-
singleQuote: true,
3-
plugins: ['@ianvs/prettier-plugin-sort-imports'],
42
importOrder: [
53
'<TYPES>^(node:)',
64
'<TYPES>',
@@ -25,4 +23,6 @@ module.exports = {
2523
'^[.]', // relative imports
2624
],
2725
importOrderTypeScriptVersion: '5.0.0',
26+
plugins: ['@ianvs/prettier-plugin-sort-imports'],
27+
singleQuote: true,
2828
};

0 commit comments

Comments
 (0)
Please sign in to comment.