Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай The Complete React Native from Zero to Hero, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:06:36
    Build your first React Native app
  2. Урок 2. 00:08:33
    Build React Native project with Native Code
  3. Урок 3. 00:08:07
    Learn the basics of React Native
  4. Урок 4. 00:08:14
    Customize React Native components using Props
  5. Урок 5. 00:07:12
    State in React Native Component
  6. Урок 6. 00:04:46
    Style a React Native component with StyleSheet
  7. Урок 7. 00:07:27
    Customize width and height props with Fixed and Flex dimensions
  8. Урок 8. 00:06:58
    Flex direction and justify content with Flexbox
  9. Урок 9. 00:04:02
    Flexbox layout with align items
  10. Урок 10. 00:08:04
    Create a basic TextInput with Email and Password
  11. Урок 11. 00:07:39
    Working with multiline TextInput and Keyboard
  12. Урок 12. 00:08:00
    Display and handle a basic React Native Button
  13. Урок 13. 00:12:02
    TouchableHighlight, TouchableNativeFeedback,TouchableOpacity
  14. Урок 14. 00:07:53
    Draw a basic ScrollView with mixed Components
  15. Урок 15. 00:09:00
    Draw a horizontal ScrollView like Page
  16. Урок 16. 00:07:30
    Create ScrollView with ViewPagerAndroid in React Native
  17. Урок 17. 00:10:27
    Create a simple FlatList with Text Component
  18. Урок 18. 00:06:47
    An example of FlatList with Images in FlatList Item
  19. Урок 19. 00:08:10
    How to swipe to delete an Item in FlatList
  20. Урок 20. 00:03:48
    Layout a View and Button above FlatList
  21. Урок 21. 00:13:36
    Present Modal and insert Data to existing FLatList
  22. Урок 22. 00:08:30
    Present Modal and update an existing FlatList's Item
  23. Урок 23. 00:12:34
    An example of Horizontal FlatList like Weather App
  24. Урок 24. 00:09:37
    How to use SectionList in React Native
  25. Урок 25. 00:07:13
    LifeCycle of a Component in React Native
  26. Урок 26. 00:11:29
    Send GET request to server from React Native
  27. Урок 27. 00:08:42
    Send POST request to insert data to database server
  28. Урок 28. 00:10:20
    Send PUT request to update an existing data in React Native
  29. Урок 29. 00:11:01
    Setup Firebase SDK for ios and android App
  30. Урок 30. 00:11:52
    Firebase authentication with anonymous user and email password
  31. Урок 31. 00:10:01
    Login Facebook with React Native Firebase SDK
  32. Урок 32. 00:13:08
    Sign in Google with Firebase SDK
  33. Урок 33. 00:09:46
    Create a TODO app with Cloud Firestore in RN
  34. Урок 34. 00:08:04
    Working with realtime Database in React Native
  35. Урок 35. 00:04:26
    Overview of data flow in Redux for React Native
  36. Урок 36. 00:06:00
    Create store, provider, actions of a todo list app
  37. Урок 37. 00:05:47
    Add reducers to the todo list app in Redux
  38. Урок 38. 00:05:05
    Add components to the todo list Redux app
  39. Урок 39. 00:07:08
    Add containers to the todo list Redux app
  40. Урок 40. 00:13:38
    Redux Saga flow and create a Counter app with Redux
  41. Урок 41. 00:08:02
    Add sagas to actions in the Redux Counter app
  42. Урок 42. 00:15:43
    Send GET request and receive response from api
  43. Урок 43. 00:09:21
    Send POST request and receive response from api
  44. Урок 44. 00:20:19
    Update data with PUT request using Redux-saga
  45. Урок 45. 00:08:06
    Delete data with DELETE request in Redux-saga
  46. Урок 46. 00:10:21
    Create a StackNavigator and translate params between screens
  47. Урок 47. 00:08:49
    Configuring the Header of StackNavigator
  48. Урок 48. 00:10:01
    Create and configure multiple tabs with TabNavigator
  49. Урок 49. 00:12:52
    Set up a screen with a drawer navigation using DrawerNavigator
  50. Урок 50. 00:08:58
    Create a Simple form in React Native
  51. Урок 51. 00:09:08
    Synchronous validation example of Refux-form in React Native
  52. Урок 52. 00:06:19
    Field-Level Validation with Redux-form in React Native
  53. Урок 53. 00:07:34
    Submit validation example and SubmissionError
  54. Урок 54. 00:04:31
    Example of Asynchronous blur validation with Redux-form
  55. Урок 55. 00:05:31
    Submit your form via a dispatched Redux action
  56. Урок 56. 00:06:19
    Field Normalizing Example of Redux-form in React Native
  57. Урок 57. 00:14:27
    Create a TodoList app with Realm in React Native
  58. Урок 58. 00:22:40
    Insert and query data using Realm in React Native
  59. Урок 59. 00:10:24
    Update and delete data using Realm in React Native
  60. Урок 60. 00:07:16
    Sort data in Realm database in React Native
  61. Урок 61. 00:11:31
    Filter data and working with To-Many Relationships
  62. Урок 62. 00:15:17
    Create a Splash and Login Screen in React Native
  63. Урок 63. 00:05:37
    Navigate between Splash and Login without StackNavigator
  64. Урок 64. 00:11:29
    Make an UI with Tabbar and StackNavigator with NativeBase #1
  65. Урок 65. 00:06:49
    Make an UI with Tabbar and StackNavigator with NativeBase #2
  66. Урок 66. 00:11:23
    Create animations for Image and View with timing, spring, fade
  67. Урок 67. 00:06:53
    Create animations with sequence, parallel, interpolate
  68. Урок 68. 00:06:33
    Animate multiple Views with Stagger and Fade
  69. Урок 69. 00:06:40
    Use Gesture Responder to pan a View and animation with Spring
  70. Урок 70. 00:10:54
    Create functions, callbacks from ObjectiveC then call from React Native
  71. Урок 71. 00:08:32
    React Native call ObjectiveC functions using Promises and Async-Await
  72. Урок 72. 00:08:07
    Send events from Objective C to React Native
  73. Урок 73. 00:11:11
    React Native calls Swift functions using callback, promises, async-await
  74. Урок 74. 00:14:21
    React Native calls MKMapView and use its properties
  75. Урок 75. 00:11:28
    React Native calls Toast object, constants and function in Android
  76. Урок 76. 00:08:28
    React Native calls callback and Promise functions in Android using async-await
  77. Урок 77. 00:04:58
    Create and emit Event from Java and send back to React Native