Skip to content

Commit 48c8b8b

Browse files
committed
Examples updated
1 parent 662cfaf commit 48c8b8b

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

example/react-query-v3/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"expo": "~50.0.6",
1515
"expo-status-bar": "~1.11.1",
1616
"react": "18.2.0",
17-
"react-native": "0.73.4"
17+
"react-native": "0.73.4",
18+
"react-native-gesture-handler": "^2.0.0"
1819
},
1920
"devDependencies": {
2021
"@babel/core": "^7.20.0"

example/react-query-v3/src/App.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@ export default function App() {
1818
</View>
1919
</QueryClientProvider>
2020

21-
<QueryNativeDevtool queryClient={queryClient} version="v3" />
21+
<QueryNativeDevtool
22+
queryClient={queryClient}
23+
version="v3"
24+
useRemoteDebugger={false}
25+
/>
2226
</SafeAreaView>
2327
);
2428
}

example/react-query-v4/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"expo": "~50.0.6",
1515
"expo-status-bar": "~1.11.1",
1616
"react": "18.2.0",
17-
"react-native": "0.73.4"
17+
"react-native": "0.73.4",
18+
"react-native-gesture-handler": "^2.0.0"
1819
},
1920
"devDependencies": {
2021
"@babel/core": "^7.20.0"

example/react-query-v5/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"expo": "~50.0.6",
1515
"expo-status-bar": "~1.11.1",
1616
"react": "18.2.0",
17-
"react-native": "0.73.4"
17+
"react-native": "0.73.4",
18+
"react-native-gesture-handler": "^2.0.0"
1819
},
1920
"devDependencies": {
2021
"@babel/core": "^7.20.0"

0 commit comments

Comments
 (0)