Create an App using expo that does the following
by | Aug 2, 2021 | programming |
Create an App using expo that does the following- Displays 5 Marymount Students or Staff (you can find then on google Marymount university) try to choose from the IT department professors – Displays their name, title(student/faculty/staff), and email- Must use a Custom Component called “Person”- Must use at least 1 piece of styling codeInclude Images for each Student/StaffSubmit a link to your expo snackhere is his code example :import React, { Component } from ‘react’;import { Text, View, StyleSheet,ScrollView,Image } from ‘react-native’;import { Constants } from ‘expo’;const assets = { egg: require(‘./images/egg.jpg’), bagel: require(‘./images/bagel.jpg’), taco: require(‘./images/taco.jpg’), padthai: require(‘./images/pad-thai.jpg’), pizza: require(‘./images/pizza.jpg’), rendang: require(‘./images/rendang.jpg’), icecream: require(‘./images/icecream.jpg’), muffin: require(‘./images/muffin.jpg’), lavacake: require(‘./images/lavacake.jpg’), steak: require(‘./images/steak.jpg’), chickenwings: require(‘./images/chickenwings.jpg’),};class FoodItem extends Component { render() { return ( {this.props.foodname} {this.props.description} ); }}export default class App extends Component { render() { return ( Scroll to see more Food ); }}const styles = StyleSheet.create({ container: { flex: 1, flexDirection: ‘row’, alignItems: ‘center’, backgroundColor: ‘#ffffff’, justifyContent: ‘space-between’, padding: 10, height:120, margin: 2, borderWidth: 1, }, icon:{ flex:.2, resizeMode:”contain” }, name:{ marginLeft:5, flex:.4, fontSize:30, fontWeight:’bold’, }, description:{ fontSize:20, flex:.4, fontStyle:’italic’, }});Here is something he gave us might help In this code we’ll be looking at how to better display data on screen. In this code you should learn how to useScrollViewFlex LayoutsScrollView simply wraps any of it’s children in a scrollable frame. If all the children fit on one screen, no scroll behavior will be apparent but if it takes multiple screens, scroll gestures will work. {/* Place any View/Text/Button/Image/ Or complex components inside*/}If we had 10 Tags inside of the scroll view we would have 10 images. If they were large enough we would scroll.Often you want more than one Component type in the List. For this we will make a Complex Component. In the example above we make a FoodItem Component that contains an Image and two Text components.class FoodItem extends Component {render() {return ({this.props.foodname}{this.props.description});}}We can now use this to populate our ScrollViewFlex Layouts are similar to a percentage based layout (examples can be found here https://facebook.github.io/react-native/docs/flexbox.html)You can use numerical values to assign “weights” where components take up a portion of their parents. For instanceThis would make the children each take up 50% of their parent’s space in a horizontal direction (row). This is dictated by “flexDirection”If you examine the FoodItem Styles. You will notice the 3 components take up 20%,40% and 40% of the space. Try changing these to fit your system.

Get Your Paper Before the Deadline. Our Services are 100% private and Confidential
Useful Links That Will Help You Around
Link to new order https://studentsolutionsusa.com/orders/stud/new
link to login page https://studentsolutionsusa.com/orders/login
New user registration link https://studentsolutionsusa.com/orders/register
Forgot Password https://studentsolutionsusa.com/orders/forgot/password
FREQUENTLY ASKED QUESTIONS
Question: How does this work?
Answer: Good Question. We are a group of a freelance board of students and professional essay writers. At our website, you may get help with any type of academic assignments: essay, coursework, term paper, business plan, case study, article review, research paper, presentation, and speech. Top writers can help with complex assignments such as dissertations, thesis papers, etc. All of them are professionals possessing excellent knowledge in their field of expertise, perfect writing skills, quality, and speed. When you place an order on our website, we assign it to the best writer. Once the writer finishes the work, the paper is submitted to our quality assurance desk who go through it and ensure it is unique and plagiarism free and that the instructions were followed to the detail. After this step we upload the paper in your account, we also send a copy to the email that you used to register the account with. we can guarantee you that the paper will be 100% plagiarism free. Besides, our services are 100% private and confidential
Question: How do I place an Order after getting to the order page
Answer: There are three major steps in the ordering process
Step 1 ....................................................paper details In this step, you will fill in the instructions of your paper; you can upload any materials that you feel will make your assignment a success. Besides, you can also email us at nativeheros@gmail.com Remember to specify the correct academic level. Please note that sources mean the number of references.
Step 2...................................................... Price calculation Kindly specify the number of pages, type of spacing and the correct deadline. This step will give you the estimated cost minus discount -- you may add the extra features if you wish.
Step 3 ....................................................discount and payment Use the discount code HAPPY2018 to enjoy up to 30% discount of your total cost After this step, proceed to safe payment; you can checkout using your card or PayPal Please note we will send the complete paper to the email you will provide while registering. A copy will also be uploaded to your account
Question: How will I know when my paper is complete? or How will I get the complete Paper?
Answer: Once we are done with the paper, we will be uploaded to your account. A copy will also be sent to the email you registered with. We can guarantee you the following:- 1. Our service is private and confidential; we don't spam or share your contacts with anyone 2. The final paper will be plagiarism free. We will send a Turnitin Report to the email you registered with 3. At our company, willing to do free unlimited revisions until you are satisfied with your paper
Question:- Am a new client, How can I get the guarantee that the paper will be completed and sent to me before my deadline?
Answer: Thank you for expressing your concerns. We would love to have you as our loyal customer. We are certain if we do good work, you will come back for me. Besides, you will give us referrals to your friends and family. For that reason, we can’t fail to deliver your paper within your specified time frame. We will ensure we submit the paper on time so that you can have enough time to go through it, if you have problems with the paper delivered, you can request a free revision. You are entitled to as many revisions as you would wish until you get a paper that satisfies you
Useful Links That Will Help You Around
Link to new order https://studentsolutionsusa.com/orders/stud/new
link to login page https://studentsolutionsusa.com/orders/login
New user registration link https://studentsolutionsusa.com/orders/register
Forgot Password https://studentsolutionsusa.com/orders/forgot/password