My reading journal for Code Fellows
getting started with react native
Name three Core Components of React Native and describe what they do.
<View>: A container that supports layout with flexbox, style, some touch handling, and accessibility controls<Text>: Displays, styles, and nests strings of text and even handles touch events<Image>: Displays different types of imagesWhat problem does React Native solve (why call it native)?
What are the building blocks of a React Native app? How does that compare to a React app?
What solution does expo provide?
Expo tries to manage as much of the complexity of building apps as possible, which is why we call it the __ workflow.
What is the difference between React Native and Expo?
Checkout this tool. What does snack allow you to do?
What does “eject” mean within the context of Expo?
When should you not eject?
Why might you choose to eject?
Looking ahead at this module’s course schedule, What do you look forward to learning?
What are your learning goals after reading and reviewing the class README?