Create an Image Background in React Native // PRO Lesson

Sdílet
Vložit
  • čas přidán 12. 09. 2024
  • A common feature in web development is a background image behind some content. This is such a prevalent design pattern that there is actually a component in react native specific for this purpose called the image background, so let's take a look 🌹
    Thanks to all the channel supporters, I can create this full course for React Professionals looking to quickly level up to React Native.
    -- React Native for Professionals --
    Complete Playlist for Subscribers (free 🤗): • Professional React Native
    Complete Playlist for Members (early release - no ads - 🙏🏻 for your support): • Members - React Native...
    🏷 #basarat #TypeScript #JavaScript #React #ReactNative #Tutorial
    👇 ❤️ Subscribe for MOORE ❤️ 👇
    www.youtube.co...
    🌹 Support 🌹
    Join: / basaratali
    ~
    / basarat
    github.com/bas...
    basarat.com/

Komentáře • 5

  • @andrejkling3886
    @andrejkling3886 Před 2 měsíci +1

    Good lesson...💯

  • @andranikmkhitaryan9914
    @andranikmkhitaryan9914 Před 6 měsíci

    thanks , mate, helpful

  • @przemek896
    @przemek896 Před rokem

    In my opinion, it's better to keep such styles separate from React in css styles

    • @basarat
      @basarat  Před rokem +3

      I understand 🌹. But this is react native. There is no css styles :)

    • @syedanasahmed9110
      @syedanasahmed9110 Před 6 měsíci

      In react native, you can always export a StyleSheets object created in another ts or js file, that what I do to keep my styles in one place.