React Native for BeginnersStyling Your App
Styling Your App
GratuitaReact Native doesn't use CSS files — it uses StyleSheet objects that feel similar but have important differences. In this lesson we style our Pokedex with colors, spacing, shadows, and learn about Flexbox layout on mobile.
What You'll Learn
- How StyleSheet.create works and why it's not regular CSS
- Using Flexbox for layout: row, column, justifyContent, and alignItems
- Adding shadows, border radius, and platform-specific styling
Was this helpful?