December 2019
Intermediate to advanced
474 pages
10h 3m
English
As we mentioned previously, the App.js file is the entry point of your application, which is defined by Expo. If you open this file, you will see it consists of components and that StyleSheet has been imported directly from react-native. The syntax of writing styles in React Native is different from React being used in a browser, so you'll have to install styled-components later on in this chapter.
Read now
Unlock full access