1- import { registerRootComponent } from "expo" ;
2- import { QueryClient , QueryClientProvider } from "react-query" ;
3- import { StatusBar } from "expo-status-bar" ;
4- import { StyleSheet , View , Text , SafeAreaView } from "react-native" ;
5- import { Users } from "./components/Users" ;
6- import { QueryNativeDevtool } from "@jsmdeleon/react-native-query-devtool/src" ;
1+ import React from 'react' ;
2+ import { registerRootComponent } from 'expo' ;
3+ import { QueryClient , QueryClientProvider } from 'react-query' ;
4+ import { StatusBar } from 'expo-status-bar' ;
5+ import { StyleSheet , View , Text , SafeAreaView } from 'react-native' ;
6+ import { Users } from './components/Users' ;
7+ import { QueryNativeDevtool } from '@jsmdeleon/react-native-query-devtool' ;
78
89const queryClient = new QueryClient ( ) ;
910
@@ -30,14 +31,14 @@ export default function App() {
3031const styles = StyleSheet . create ( {
3132 container : {
3233 flex : 1 ,
33- backgroundColor : " #000" ,
34- justifyContent : " center" ,
34+ backgroundColor : ' #000' ,
35+ justifyContent : ' center' ,
3536 } ,
3637 title : {
37- color : " white" ,
38+ color : ' white' ,
3839 fontSize : 17 ,
39- fontWeight : " bold" ,
40- textAlign : " center" ,
40+ fontWeight : ' bold' ,
41+ textAlign : ' center' ,
4142 } ,
4243} ) ;
4344
0 commit comments