File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 306
306
"title" : " Next.js" ,
307
307
"path" : " /examples/nextjs" ,
308
308
"editUrl" : " /examples/nextjs.mdx"
309
+ },
310
+ {
311
+ "title" : " React Native" ,
312
+ "path" : " /examples/react-native" ,
313
+ "editUrl" : " /examples/react-native.mdx"
309
314
}
310
315
]
311
316
},
442
447
]
443
448
}
444
449
]
445
- }
450
+ }
Original file line number Diff line number Diff line change
1
+ ---
2
+ id : react-native
3
+ title : React Native
4
+ toc : false
5
+ ---
6
+
7
+ - [ Open the Snack] ( https://snack.expo.dev/@arnaudbzn/react-query-basic-example )
8
+
9
+ <iframe
10
+ src = " https://snack.expo.dev/@arnaudbzn/react-query-basic-example"
11
+ title = " tannerlinsley/react-query: react native"
12
+ sandbox = " allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
13
+ style = { {
14
+ width: ' 100%' ,
15
+ height: ' 80vh' ,
16
+ border: ' 0' ,
17
+ borderRadius: 8 ,
18
+ overflow: ' hidden' ,
19
+ position: ' static' ,
20
+ zIndex: 0 ,
21
+ }}
22
+ ></iframe >
You can’t perform that action at this time.
0 commit comments