The Ultimate React Native Image Picker Guide

Поделиться
HTML-код
  • Опубликовано: 10 фев 2025
  • In this video, we'll walk you through the ultimate guide for using the React Native Image Picker. Learn how to seamlessly integrate image picking into your app with this step-by-step tutorial. By the end, you'll have a thorough understanding of the React Native Image Picker and be able to implement it in your projects with ease!
    From installation to customization, we'll cover everything you need to know about implementing a gallery in your React Native project. Whether you're a beginner or an advanced developer, this tutorial will help you enhance your app with a user-friendly image picker!
    github: github.com/kim...
    Twitter: x.com/kdaprov

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

  • @kimbidarlington1915
    @kimbidarlington1915 11 месяцев назад +3

    I like your work. Please be consistent

  • @yashjadhav6838
    @yashjadhav6838 11 месяцев назад

    Thanks for sharing your knowledge 👍🏻

    • @rising_tide
      @rising_tide  11 месяцев назад

      I'm glad you found the video helpful! Please let me know if you have any recommendations on the channel 🙂

    • @yashjadhav6838
      @yashjadhav6838 11 месяцев назад

      I’m having trouble with firebase auth of managing both apple and google sign in I don’t understand how to navigate user and token refresh stuff 🤔 if you can make video on it’ll be helpful

    • @rising_tide
      @rising_tide  11 месяцев назад

      I will definitely consider making a video on that. Thanks for your feedback

  • @fagaabdulrahman7711
    @fagaabdulrahman7711 9 месяцев назад +1

    This was really informative, could you also show how to do the same with multiple images?

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

    I have installed like what you do, but I have this error occurred Error: Cannot find native module 'ExponentImagePicker', js engine: hermes

    • @rising_tide
      @rising_tide  4 месяца назад +1

      The error means you have compatibility conflicts with some other libraries. Running "npx expo install --fix" should resolve this error.
      Please subscribe so you don't miss out on future videos

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

      @@rising_tide Thank you for your response, but the error still exists