وب سایت تخصصی شرکت فرین
دسته بندی دوره ها

React Native : The beginner guide (2023 Edition)

سرفصل های دوره

Build Android and IOS mobile apps ! ( incl. Notifications push , Hooks, Navigation, Camera, ES6, FlexBox, Animations...)


1 - Introduction
  • 1 - Introduction
  • 2 - React Native
  • 3 - Expo GO
  • 4 - React

  • 2 - Installation
  • 5 - Environment
  • 6 - Mobile Emulator Simulator what to choose.html
  • 7 - Using a real device
  • 8 - Android Emulator Mac and Linux
  • 9 - Android Emulator Windows
  • 10 - Simulator IOS Mac

  • 3 - Get some help
  • 11 - Github.txt
  • 11 - Github Codiku
  • 12 - VS code theme and plugins.html
  • 12 - extensions-EN.pdf

  • 4 - The core concepts
  • 13 - Project quick tour
  • 14 - Creating your first component
  • 15 - Formating my code
  • 16 - Git branch.txt
  • 16 - Styling
  • 17 - Flexbox system
  • 17 - Git branch.txt
  • 17 - flex-box-cheat-sheet.pdf
  • 18 - Avatar image generator.txt
  • 18 - Git branch.txt
  • 18 - Practicing Creating a profil card part 1
  • 18 - Shadow generator.txt
  • 18 - mockup.zip
  • 19 - Expo icons doc.txt
  • 19 - Expo icons list.txt
  • 19 - Git branch.txt
  • 19 - Practicing Creating a porfil card part 2
  • 20 - Git branch.txt
  • 20 - Props
  • 21 - Children props
  • 22 - Conditionnal rendering
  • 22 - GIt branch.txt
  • 23 - Git branch.txt
  • 23 - States
  • 24 - Git branch.txt
  • 24 - Unexpected useState behaviours
  • 25 - Callback functions
  • 25 - Git branch.txt
  • 26 - Git branch.txt
  • 26 - Using callbacks into our Profile Card
  • 27 - Detect the platform
  • 27 - Git branch.txt

  • 5 - Our first real App Temperature converter
  • 28 - Git branch.txt
  • 28 - Introducing the app starter
  • 29 - Git branch.txt
  • 29 - Layout
  • 29 - cold.zip
  • 29 - hot.zip
  • 30 - Git branch.txt
  • 30 - Text input
  • 31 - Component DisplayTemperature
  • 31 - Git branch.txt
  • 32 - Converting the temperature
  • 32 - Git branch.txt
  • 33 - Button Toggle units
  • 33 - Git branch.txt
  • 34 - Core concept useEffect hook
  • 35 - Changing the background programmatically
  • 35 - Git branch.txt

  • 6 - New App Task list
  • 36 - Introducing the app
  • 36 - mockuptodo.zip
  • 37 - Creating the app
  • 37 - Git branch.txt
  • 38 - Git branch.txt
  • 38 - Layout
  • 39 - Git branch.txt
  • 39 - Header and Splash screen
  • 39 - logo.zip
  • 39 - splash.zip
  • 40 - Card component
  • 40 - Git branch.txt
  • 40 - Shadow generator.txt
  • 40 - check.zip
  • 41 - ES6 map function
  • 42 - Git branch.txt
  • 42 - Scrollable list of card
  • 43 - Code sandbox.txt
  • 43 - ES6 spread operator
  • 44 - Git branch.txt
  • 44 - Updating the status of a card
  • 45 - Git branch.txt
  • 45 - Tab bottom menu Selecting a tab
  • 46 - Code sandbox.txt
  • 46 - ES6 filter function
  • 47 - ES6 reduce function
  • 48 - Filter notes
  • 48 - Git branch.txt
  • 49 - Delete a todo
  • 49 - Git branch.txt
  • 50 - Add a todo
  • 50 - Git branch.txt
  • 51 - Code sandbox.txt
  • 51 - Javascript handling errors TryCatch Throw and Finally
  • 52 - AsyncStorage Persisting our data
  • 52 - Git branch.txt
  • 53 - Cloning the starter.txt
  • 53 - Discovering the hook useRef
  • 53 - Git branch.txt
  • 54 - Git branch.txt
  • 54 - Using useRef to scroll at the bottom of the list

  • 7 - App Real Time Weather and Forecast
  • 55 - Introducing the project
  • 55 - mockup-weather-1.zip
  • 55 - mockup-weather-2.zip
  • 56 - Creating the app
  • 56 - Git branch.txt
  • 57 - Git branch.txt
  • 57 - Layout and Background
  • 57 - background.zip
  • 58 - Open Weather API
  • 58 - Open Weather API Doc.txt
  • 59 - ANDROID EMULATOR ONLY GPS settings
  • 60 - IOS SIMULATOR ONLY GPS settings
  • 61 - Code sandbox.txt
  • 61 - ES6 Destructuring assignment
  • 62 - Code sandbox.txt
  • 62 - ES6 Async Await and promises
  • 63 - Ask for permissions and get the user coordinates
  • 63 - Git branch.txt
  • 64 - Fetch the weather data
  • 64 - Git branch.txt
  • 64 - URL fetch weather.txt
  • 65 - Debugger
  • 65 - React Native debugger.txt
  • 66 - Git branch.txt
  • 66 - Using custom fonts
  • 66 - alata-regular.zip
  • 67 - Git branch.txt
  • 67 - MeteoBasic layout
  • 68 - Git branch.txt
  • 68 - Weather interpretations
  • 68 - Weather interpretations code.txt
  • 68 - meteo-img.zip
  • 69 - Git branch.txt
  • 69 - Responsive texts
  • 70 - Info about next video.html
  • 71 - React Sandbox.txt
  • 71 - Understanding useEffect cleanup function
  • 72 - Digital clock
  • 72 - Git branch.txt
  • 73 - Fetching the city using reverse geocoding
  • 73 - Git branch.txt
  • 73 - Nominatim doc example.txt
  • 74 - Git branch.txt
  • 74 - MeteoAdvanced layout
  • 75 - Filling MeteoAdvanced with data
  • 75 - Git branch.txt
  • 76 - Git branch.txt
  • 76 - React Navigation Libraries to install.txt
  • 76 - React Navigation setup
  • 77 - Git branch.txt
  • 77 - Navigate and send parameters to a Screen
  • 78 - Git branch.txt
  • 78 - Header and navigate to previous page
  • 79 - Forecast list item
  • 79 - Git branch.txt
  • 80 - Git branch.txt
  • 80 - Render multiples ForecastListItem
  • 81 - Git branch.txt
  • 81 - Search bar component
  • 82 - Git branch.txt
  • 82 - Prevent keyboard from pushing the content
  • 83 - Git branch.txt
  • 83 - Searching by city and errors handling

  • 8 - Push notifications
  • 84 - Push notification flow explained
  • 85 - Git branch.txt
  • 85 - Preparing our server to send notifications
  • 86 - Ask Permissions and get a token
  • 86 - Git branch.txt
  • 87 - Getting data from a notification
  • 87 - Git branch.txt

  • 9 - Accessing the photo gallery
  • 88 - Git branch.txt
  • 88 - Photo gallery
  • 88 - Starter command.txt

  • 10 - Publish and Build
  • 89 - Publish to Expo
  • 90 - Generate an official Build

  • 11 - Contexts
  • 91 - What are contexts
  • 92 - Git branch.txt
  • 92 - Using contexts

  • 12 - Performances
  • 93 - Cloning the starter.txt
  • 93 - Git branch.txt
  • 93 - memo useMemo and useCallback

  • 13 - Animations
  • 94 - Animations introductions
  • 95 - Git branch.txt
  • 95 - Trying to animate with states
  • 96 - Creating an animation
  • 96 - Git branch.txt
  • 97 - Animations callbacks
  • 97 - Git branch.txt
  • 98 - Git branch.txt
  • 98 - Using your fingers Gesture handler
  • 99 - First exercice
  • 99 - Git branch.txt
  • 100 - Understanding Interpolations
  • 101 - Clamping
  • 101 - Git branch.txt
  • 102 - Project Awesome List
  • 103 - Array of images.txt
  • 103 - Awesome List Creating a simple list
  • 103 - Git branch.txt
  • 103 - images.txt
  • 104 - Awesome List interpolation values
  • 104 - Git branch.txt
  • 105 - Awesome List Animating the list
  • 105 - Git branch.txt
  • 106 - Awesome List Fixing the missing space at the bottom
  • 106 - Git branch.txt
  • 107 - Awesome List Displaying texts and backdrop
  • 107 - Git branch.txt
  • 108 - Awesome List Animating texts and snaping effect
  • 108 - Git branch.txt
  • 139,000 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    افزودن به سبد خرید
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    مدرس:
    شناسه: 15293
    حجم: 8345 مگابایت
    مدت زمان: 713 دقیقه
    تاریخ انتشار: ۴ تیر ۱۴۰۲
    طراحی سایت و خدمات سئو

    139,000 تومان
    افزودن به سبد خرید