Name three Core Components of React Native and describe what they do.
What 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?
What does “eject” mean within the context of Expo?
When should you not eject?
Why might you choose to eject?