Skip to content

Commit b986efa

Browse files
authored
Confirm @tanstack/query-async-storage-persister and @tanstack/react-query-persist-client work with New Architecture (#1823)
1 parent 74f0eb8 commit b986efa

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

react-native-libraries.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16578,13 +16578,17 @@
1657816578
"npmPkg": "@tanstack/query-async-storage-persister",
1657916579
"ios": true,
1658016580
"android": true,
16581-
"web": true
16581+
"web": true,
16582+
"expoGo": true,
16583+
"newArchitecture": true
1658216584
},
1658316585
{
1658416586
"githubUrl": "https://github.com/TanStack/query/tree/main/packages/react-query-persist-client",
1658516587
"npmPkg": "@tanstack/react-query-persist-client",
1658616588
"ios": true,
1658716589
"android": true,
16588-
"web": true
16590+
"web": true,
16591+
"expoGo": true,
16592+
"newArchitecture": true
1658916593
}
1659016594
]

0 commit comments

Comments
 (0)