OneDev
OneDev
  • 6
  • 5 006
How to Pick Images from Gallery in React Native | react-native-image-picker
Learn how to pick images from the gallery in your React Native application with ease using the react-native-image-picker library. This tutorial provides a step-by-step guide to help you get started quickly.
- Library npm link:
www.npmjs.com/package/react-native-image-picker
- Project Repo link:
github.com/francoangulo/image-picker
Video sections:
00:00 - Intro
00:26 - Setup
03:03 - Implementation
09:20 - Extra examples
15:18 - Outro
Music by Bensound.com
License code: EAXZMPK9QKBHWW6P
Переглядів: 70

Відео

Change App Icon in React Native
Переглядів 3394 місяці тому
Learn how to change the icon of your React Native application for both iOS and Android in this simple tutorial. - Icon generator link: icon.kitchen/i/H4sIAAAAAAAAA6tWKkvMKU0tVrKqVkpJLMoOyUjNTVWySkvMKU6t1VHKzU8pzQHJRisl5qUU5WemKOkoZeYXA8ny1CSl2FoApT8+HkAAAAA= Video sections: 00:00 - Intro 00:23 - Tool intro 01:58 - Icon creation 04:00 - Android icon setup 07:45 - iOS icon setup 09:44 - Outro
Generate Custom QR Codes in React Native | react-native-qrcode-svg Tutorial
Переглядів 2905 місяців тому
Learn how to implement and generate custom QR Codes in a React Native application using the react-native-qrcode-svg library. - Library npm link: www.npmjs.com/package/react-native-qrcode-svg - QR code reader link: qrcoderaptor.com/ - Project Repo link: github.com/francoangulo/reactnative-qrcodes Video sections: 00:00 - Intro 00:40 - Setup 02:15 - Implementation 04:20 - Extra examples 08:03 - Outro
Setup Multiple Environments in React Native | Development & Production
Переглядів 1,5 тис.7 місяців тому
Hey devs, in this video, I’ll show you how to set up multiple environments for a React Native app, including development and production. Learn how to add different .env files for each environment - Library repo (react-native-config): www.npmjs.com/package/react-native-config - Commands: gist.github.com/francoangulo/b468804637309c1ac28ef950c8ed039a Video sections: 00:00 - Intro 00:35 - Setup 00:...
Add Icons in React Native | react-native-vector-icons
Переглядів 2,8 тис.7 місяців тому
Learn how to add app icons for both iOS and Android in your React Native application using the react-native-vector-icons library. Any questions? Leave them in the comments! - Library repo: github.com/oblador/react-native-vector-icons - Icons directory: oblador.github.io/react-native-vector-icons/

КОМЕНТАРІ

  • @gottfriedakuffo2667
    @gottfriedakuffo2667 8 днів тому

    What were you using for screenshotting the qrcode?

    • @OneDevv
      @OneDevv 8 днів тому

      Hey @gottfriedakuffo2667 The app name is 'iScreen Shoter', available on AppStore for MacOS

    • @gottfriedakuffo2667
      @gottfriedakuffo2667 8 днів тому

      @@OneDevv Thank you. Really appreciate

    • @OneDevv
      @OneDevv 8 днів тому

      @gottfriedakuffo2667 you are welcome!

  • @thangnguyenthanh5000
    @thangnguyenthanh5000 Місяць тому

    Thank you so much!

  • @MagedMegz95
    @MagedMegz95 Місяць тому

    Thank you very much. Very much detailed (y)

    • @OneDevv
      @OneDevv Місяць тому

      Happy to help you!

  • @TheFox05
    @TheFox05 Місяць тому

    Thank you!

  • @mierukoy
    @mierukoy Місяць тому

    THANKS!!!!!

  • @DaniyalBaig-sr1bs
    @DaniyalBaig-sr1bs 3 місяці тому

    how we will set environment while releasing bundle?

    • @OneDevv
      @OneDevv 2 місяці тому

      Doesn't it work adding the setLocal/setProduction to the command?

  • @hassamshamas5432
    @hassamshamas5432 3 місяці тому

    I'm getting this error: 'ENVFILE' is not recognized as an internal or external command, operable program or batch file.

    • @OneDevv
      @OneDevv 3 місяці тому

      Are you working on Windows? If that is the case, try adding "set" before "ENVFILE=..." (without the "")

    • @hassamshamas5432
      @hassamshamas5432 3 місяці тому

      @@OneDevv yes I’m on Windows

    • @hassamshamas5432
      @hassamshamas5432 3 місяці тому

      @@OneDevv Thank you it is working now!!!

    • @OneDevv
      @OneDevv 3 місяці тому

      @@hassamshamas5432 Awesome! You are welcome!

    • @hassamshamas5432
      @hassamshamas5432 3 місяці тому

      @@OneDevv I have just one question, how can I change the app Names? I just need android apps

  • @everlastingstudios2467
    @everlastingstudios2467 3 місяці тому

    Thank you so much !!! 🙏 This is working for me my package.json script is like this { "setDevelopmentEnvFile": "ENVFILE=.env.development", "setStagingEnvFile": "ENVFILE=.env.staging", "setQAEnvFile": "ENVFILE=.env.qa", "setProductionEnvFile": "ENVFILE=.env.production", "android": "react-native run-android", "ios": "react-native run-ios", "lint": "eslint .", "start": "react-native start", "test": "jest", "start:dev": "yarn setDevelopmentEnvFile react-native start", "start:qa": "yarn setQAEnvFile react-native start", "start:prod": "yarn setProductionEnvFile react-native start", "start:stage": "yarn setStagingEnvFile react-native start" }

    • @OneDevv
      @OneDevv 3 місяці тому

      Amazing! Really happy it helped you!

  • @udayjariwala-mj2fg
    @udayjariwala-mj2fg 3 місяці тому

    not working every time local run

    • @OneDevv
      @OneDevv 3 місяці тому

      Could you tell me exactly what is not working for you? Are you getting an error or what is the issue? Please provide me some details so I can help you

  • @johnanoni
    @johnanoni 4 місяці тому

    I was following the doc for IOS but didn't work for me, this saved me. Thanks a lot men 💪

    • @OneDevv
      @OneDevv 4 місяці тому

      Hey @johnanoni that is awesome and I'm happy to hear that! I'll keep making more tutorials so let me know if you need one about something in specific

    • @johnanoni
      @johnanoni 4 місяці тому

      @@OneDevv About the TestFlight configuration it would be great

    • @OneDevv
      @OneDevv 4 місяці тому

      @johnanoni Added to the list! ✅

  • @yashjadhav6838
    @yashjadhav6838 4 місяці тому

    Nice tutorial

    • @OneDevv
      @OneDevv 4 місяці тому

      Thanks for watching! More are coming!

  • @Mrdeepaksharma03
    @Mrdeepaksharma03 5 місяців тому

    this video helped me great Video

    • @OneDevv
      @OneDevv 5 місяців тому

      Hey @sharmaG897 I’m happy it helped you! Thanks for leaving the comment!

    • @Mrdeepaksharma03
      @Mrdeepaksharma03 5 місяців тому

      @@OneDevv please make more videos and grow your channel we need Channel like your channel

    • @OneDevv
      @OneDevv 5 місяців тому

      Wow thanks for your support it means a lot! For sure I will! 💪🏻

  • @arupde6320
    @arupde6320 5 місяців тому

    be regular . where is the github code ??

    • @OneDevv
      @OneDevv 5 місяців тому

      Want the code of the project of the video?

    • @arupde6320
      @arupde6320 5 місяців тому

      @@OneDevv yes

    • @OneDevv
      @OneDevv 5 місяців тому

      Check the description now!@@arupde6320

  • @plujudramunqk
    @plujudramunqk 5 місяців тому

    Wow, this is by far the best video of how to set RN environments. Thank you. Saved my day 🙏

    • @OneDevv
      @OneDevv 5 місяців тому

      Hey @plujudramunqk I really appreciate your comment, very glad to hear that! I’ll keep uploading uploading videos. Let me know if you need one about something specific.

  • @vvalenchuu
    @vvalenchuu 7 місяців тому

    Thank you for your help! Great video

    • @OneDevv
      @OneDevv 7 місяців тому

      Thanks for watching and supporting!