Удален по просьбе правообладателя
  • Урок 1. 00:05:02
    Introduction
  • Урок 2. 00:08:49
    About React Native
  • Урок 3. 00:03:58
    Expo vs. React Native
  • Урок 4. 00:04:56
    Getting Started with Expo
  • Урок 5. 00:11:16
    Getting Started with Plain React Native
  • Урок 6. 00:04:51
    Adding a Linter
  • Урок 7. 00:04:54
    Debugging
  • Урок 8. 00:06:04
    Basic React Native Components
  • Урок 9. 00:12:04
    Styling
  • Урок 10. 00:00:32
    Styling Exercise
  • Урок 11. 00:09:58
    Styling Solution
  • Урок 12. 00:10:17
    Components
  • Урок 13. 00:11:10
    Lists
  • Урок 14. 00:00:42
    Lists Exercise
  • Урок 15. 00:07:18
    Lists Solution
  • Урок 16. 00:02:03
    Navigation Intro
  • Урок 17. 00:01:50
    Adding Navigation with Expo
  • Урок 18. 00:05:07
    Adding Navigation with Plain React Native
  • Урок 19. 00:14:43
    Adding Navigation
  • Урок 20. 00:02:01
    Navigation Exercise
  • Урок 21. 00:03:14
    Navigation Solution: Reusing a Component
  • Урок 22. 00:19:33
    Navigation Solution: Adding New Data
  • Урок 23. 00:13:26
    useState, useCallback, useEffect
  • Урок 24. 00:00:38
    Network Requests Exercise
  • Урок 25. 00:05:34
    Network Requests Solution
  • Урок 26. 00:09:00
    Pull to Refresh
  • Урок 27. 00:08:04
    Overview of Forms in React Native
  • Урок 28. 00:12:46
    Opening a Full Screen Modal
  • Урок 29. 00:03:34
    Form Exercise
  • Урок 30. 00:11:09
    Form Solution: Creating the Modal
  • Урок 31. 00:10:59
    Form Solution: Adding the Navigation
  • Урок 32. 00:11:43
    Form Solution: Adding a FlatList
  • Урок 33. 00:07:55
    Wrapping Up