React Native Notes 1
React Native Notes 1
● Install Expo CLI globally on your computer via command: npm install expo-cli –global
Figure 1.2 - Install Expo CLI Globally (part1)
● Install Expo Client application on your mobile device to preview your work.
Figure 1.6 - Android Studio
● Surround the list with the ScrollView component in order to enable scrolling effect.
Flat List Component
Figure 10.9 - Shows the Elements Go off the Screen due to No Flex Property
Figure 10.10 - Shows the Elements Doesn’t Go Off the Screen Anymore because of the Flex Property