|
| 1 | +import React from 'react'; |
| 2 | +import {store} from './redux/configureStore.js'; |
| 3 | +// import {StyleSheet, View, Text} from 'react-native'; |
| 4 | +// import Navigator from './routes/homeStack'; |
| 5 | +// import EnterCode from './components/entercode'; |
| 6 | +// import EnterNic from './components/enternic'; |
| 7 | +// import EnterAccount from './components/enteraccount'; |
| 8 | +// import Welcomeback from './components/welback'; |
| 9 | +// import GetStart from './components/getstarted'; |
| 10 | +// import WantTo from './components/wantto'; |
| 11 | +// import Bio from './components/bio'; |
| 12 | +// import Home from './components/home'; |
| 13 | +// import Services from './components/services'; |
| 14 | +// import AvailableJobs from './components/availjobs'; |
| 15 | +// import Profile from './components/profile'; |
| 16 | +// import JobsDone from './components/jobsdone'; |
| 17 | +// import BookingDetails from './components/bookingdetails'; |
| 18 | +// import JobsinProgress from './components/jobsinprogress'; |
| 19 | +// import Bids from './components/bids'; |
| 20 | +// import BidDetails from './screens/seller/biddetails'; |
| 21 | +// import AllServices from './screens/buyer/allServices'; |
| 22 | +// import BidAccepted from './screens/buyer/bidaccepted'; |
| 23 | +// import DrawerContent from './screens/buyer/DrawerContent'; |
| 24 | +// import feedback from './screens/buyer/feedback'; |
| 25 | +// import SellerProfileforBuyer from './screens/buyer/sellerprofileforbuyer'; |
| 26 | +// import BidDetails from './screens/buyer/biddetails'; |
| 27 | +// import ServiceSeller from './screens/buyer/ServiceSeller'; |
| 28 | +// import BuyerHome from './screens/buyer/Home'; |
| 29 | +// import BuyerRequests from './screens/buyer/BuyerRequests'; |
| 30 | +// import RequestDetails from './screens/buyer/RequestDetails'; |
| 31 | +// import BidsOnBuyerRequests from './screens/buyer/BidsOnBuyerRequests'; |
| 32 | +// import OfferSent from './screens/buyer/OfferSent'; |
| 33 | +// import EditProfileBuyer from './screens/buyer/EditProfile'; |
| 34 | + |
| 35 | +import Providers from './navigation'; |
| 36 | +// import BuyerRequests from './screens/buyer/BuyerRequests.js'; |
| 37 | + |
| 38 | +export default function App() { |
| 39 | + // return ( |
| 40 | + // <EnterAccount/> |
| 41 | + // <GetStart/> |
| 42 | + // <Navigator /> |
| 43 | + // <EnterCode /> |
| 44 | + // <EnterNic/> |
| 45 | + // <Welcomeback/> |
| 46 | + // <WantTo/> |
| 47 | + // <Bio/> |
| 48 | + // <Home/> |
| 49 | + // <Services/> |
| 50 | + // <AvailableJobs/> |
| 51 | + // <Profile /> |
| 52 | + // <JobsDone /> |
| 53 | + // <BookingDetails /> |
| 54 | + // <JobsinProgress /> |
| 55 | + // <Bids /> |
| 56 | + // <BidDetails /> |
| 57 | + // <BuyerHome /> |
| 58 | + // <AllServices /> |
| 59 | + // <BidAccepted /> |
| 60 | + // <DrawerContent /> |
| 61 | + // < feedback /> |
| 62 | + // <SellerProfileforBuyer /> |
| 63 | + // <BuyerRequests /> |
| 64 | + // <BidDetails /> |
| 65 | + // <RequestDetails /> |
| 66 | + // <BidsOnBuyerRequests />; |
| 67 | + // <OfferSent /> |
| 68 | + // <EditProfileBuyer /> |
| 69 | + // ); |
| 70 | + return <Providers store={store} />; |
| 71 | +} |
| 72 | + |
| 73 | +// const styles = StyleSheet.create({}); |
0 commit comments