📱Add Multiple Images with React Native | Learn React Native API | Learn React Native API 2022

Поделиться
HTML-код
  • Опубликовано: 28 окт 2020
  • My name is Darron Brown and I am a professional React Native Developer with 6 years of professional software development experience. Darron is also the founder of GeekMODE School of React Native, which focuses on mobile development for both iOS and Android applications. I know how difficult it is to learn React Native & this channel is committed to teaching students how to code and helping them become professional software developers.
    GeekMODE School of React Native offers opportunities to learn react native app development. When I 1st began my React Native journey React Native was new to the market and learn react native full course would be outdated in a matter of months. Because of this I provide opportunities with learn React Native tutorial that will help learn React Native fast. I do not teach student to learn React Native using Expo, because in the professional world you would not couple your application to Expo. On top of that Expo projects robust and have a large file size.
    Our courses teach you to learn React Native cli. Even learn React Native freecodecamp does not provide students with all the information they need to become successful React Native Developers. Courses teach you to learn React Native navigation which is one of the most popular dependencies today in React Native. With many learn React Native projects. If you truly want to learn React Native 2022 then this is the channel for you.
    Tools and Tech Setup
    ➡️ WebStorm IDE: www.jetbrains.com/webstorm/
    ➡️ Visual Studio Code: code.visualstudio.com/
    ➡️ iTerm: iterm2.com/
    ➡️ iTerm configuration: dev.to/abdfnx/oh-my-zsh-power...
    ➡️ Git: git-scm.com/downloads
    ➡️ GitHub: github.com
    ➡️ Connect Git to GitHub: / manage-github-and-gitl...
    ➡️ Git Kraken: www.gitkraken.com/
    ➡️ XCode: developer.apple.com/xcode/
    ➡️ Android Studio: developer.android.com/studio
    ➡️ Setup React Native Environment: reactnative.dev/docs/environm...
    Free React Native Course
    lp.geekmode.tech/react-native...
    GeekMODE.tech Membership
    geekmode.tech/membership/
    Discord
    / discord
    Social Media
    Instagram: / iamdarronbrown
    LinkedIn: / darronreginaldbrown
    GitHub: github.com/Dabrown18
    A Podcast for Men
    / @darronrbrown_
    #ReactNative #DarronBrown #GeekMODE

Комментарии • 37

  • @arcideas697
    @arcideas697 2 года назад

    Very awesome video, it cleared fundamental of image uploader. thanks...

  • @elmcapp6032
    @elmcapp6032 2 года назад +2

    Thanks! 1 question: I store all the paths in Async Storage. When I close the app and go back into it I call the image path from Async Storage. The issue I have is that the images are no longer at the path.

    • @GeekMODE_
      @GeekMODE_  2 года назад

      Im not sure how to help you wihout seeing your repo

  • @titoy3523
    @titoy3523 5 месяцев назад

    I was curious about how do you have that android file in your workspace. My workspace only contains:
    1. .expo
    2. assets
    3. node_modules
    4. app.js, etc.

  • @user-mb2yf7zq2f
    @user-mb2yf7zq2f Год назад

    How do I know when I back to album the images that I picked is already checked

  • @namrataraikwar5896
    @namrataraikwar5896 4 месяца назад

    sir how can we get the same order of images as we selected them?

  • @jenny2814.
    @jenny2814. 3 года назад +1

    appriciated bro

  • @longnguyenvu6608
    @longnguyenvu6608 2 года назад +2

    Can you do it with react-native expo, sir

    • @GeekMODE_
      @GeekMODE_  2 года назад

      Sorry man, I dont work with Expo

  • @exkoi
    @exkoi 3 года назад +1

    Thank you
    Can you make tutorial how to upload multiple images?

    • @GeekMODE_
      @GeekMODE_  3 года назад

      Definitely, I'll put it in the backlog

    • @prointproint6480
      @prointproint6480 2 года назад

      @@GeekMODE_ In the backlog? it would be helpful if you shared it!

    • @bohdansolovei2708
      @bohdansolovei2708 2 года назад

      @@GeekMODE_ Nice tutorial. Made something similar on commercial project, tho the library is maintained by single person that for a year can not implement ordering of picked photos (You can see that it is sorted in a wrong order even in your video). Had a lot workarounds and wasted some time because of that.

  • @santoshkumarsahoo7584
    @santoshkumarsahoo7584 3 года назад +6

    Sir can you share the code please

  • @WessamRaafat
    @WessamRaafat Год назад

    Thanks a lot. Is there a way to download the source code?

  • @m.tufailalichaudhary1218
    @m.tufailalichaudhary1218 2 года назад +1

    Sir in my case it only works to upload one photo not multiple

    • @GeekMODE_
      @GeekMODE_  2 года назад

      Do you have a repo I could look at?

  • @RahulPatil-ju3rn
    @RahulPatil-ju3rn 2 года назад +1

    How can we capture multiple images by using camera?

    • @GeekMODE_
      @GeekMODE_  2 года назад

      Great question. Let me look into it.

  • @josemanuelrodriguez8363
    @josemanuelrodriguez8363 2 года назад +1

    Bro, how can i use it on Expo? Help Please :(

    • @GeekMODE_
      @GeekMODE_  2 года назад

      Sorry man, I only build with CLI

  • @user-vt6bo6ff6m
    @user-vt6bo6ff6m Год назад

    no github code?

  • @NicolasSilvaVasault
    @NicolasSilvaVasault 3 года назад +1

    not working for me, no matter what i use to render the images, nothing work, base64, filepath, etc.

    • @GeekMODE_
      @GeekMODE_  3 года назад

      Post it on GitHub and send me the link

    • @NicolasSilvaVasault
      @NicolasSilvaVasault 3 года назад

      @@GeekMODE_ i just noticed that instead of pushing the values inside the array, is just replace the last one

    • @GeekMODE_
      @GeekMODE_  3 года назад

      @@NicolasSilvaVasault let me know if you continue to have issues 🤘🏾

    • @NicolasSilvaVasault
      @NicolasSilvaVasault 3 года назад

      @@GeekMODE_ all i see is a white screen instead of the image rendered, this never happened to me with react-native-image-picker component

    • @GeekMODE_
      @GeekMODE_  3 года назад

      @@NicolasSilvaVasault Google the dependencies GitHub and follow the installation process. You may have to update the info.plist

  • @muhammadumair6443
    @muhammadumair6443 2 года назад +1

    please provide code

    • @GeekMODE_
      @GeekMODE_  2 года назад

      Im gonna create a Patreon soon and give everyone repo access