Searchable Contact List In React Native | Expo

Поделиться
HTML-код
  • Опубликовано: 17 ноя 2024

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

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

    It saved lot of my time. Thank you very much.

  • @imkrunal
    @imkrunal 5 лет назад +4

    Nice tutorial. Can you make one tutorial on switching from expo-cli to react-native-cli for an existing project?

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

    contacts wasnt my exact use case, but I found this to be helpful with my content. thanks!

  • @FlowGrapher
    @FlowGrapher 5 лет назад

    Not useful for me at the moment but always a pleasure to learn React Native and progress with you as a teacher ❤️

  • @tininottiny8685
    @tininottiny8685 5 лет назад +1

    Awesome videos as always man, I appreciate it. my first app with React Native is nearing completion and your input has been great! thanks :-)

  • @ابراهیمحدادی-ح4ه
    @ابراهیمحدادی-ح4ه 4 года назад

    I saw this video , it was so nice and practical .
    hope you are succed

  • @vijaysaran2460
    @vijaysaran2460 5 лет назад

    I love your content , specially after you started posting where we can learn how to work with Api(s).

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

    very nice tutorial brother!!! i have one question if i want to pull data from google firestore through react native search bar what will be the logic brother please reply me.........
    if anyone knows they can also share please it would be beneficial for me. Thankyou...

  • @fvl9045
    @fvl9045 5 лет назад +1

    hey, just wanted to let you know, that you are awesome!

  • @quangquangvu
    @quangquangvu 4 года назад

    Thanks for the tutorial

  • @rishisid
    @rishisid 4 года назад

    Wow Whats Your vs code font

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

    nice video, But can i get or know a code if i'm using the function? instead of class?

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

    Please how to update single contact by Expo Contacts module for android

  • @arjunapillai4569
    @arjunapillai4569 5 лет назад

    Which version of React Native was used in the video?

  • @exotic_programmer1024
    @exotic_programmer1024 5 лет назад

    thank you very much bro excellent content

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

    This works great in the simulator. But in the real life example with thousands of contacts, too much memory gets used and the touchable opacitiy gets delayed so much that it is not usable in production.

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

    my program is not taking permissions for contacts in android device....plz help

  • @satishlodhi8758
    @satishlodhi8758 5 лет назад +1

    Hi can you please help
    i am getting this error
    undefined is not an object (evaluating 'Expo.Permissions.askAsync')]

    • @wilcas5349
      @wilcas5349 5 лет назад +1

      I get the same and haven't found any useful answer out there. Did you find a solution?

    • @poojaribadiya7896
      @poojaribadiya7896 4 года назад

      @@wilcas5349 i didnt find also same issue

    • @wilcas5349
      @wilcas5349 4 года назад +2

      @@poojaribadiya7896 Do Permissions.askAsync instead of Expo.Permissions... also import permissions like this - import * as Permissions from 'expo-permissions'; That will fix it.

  • @HueyMataruse
    @HueyMataruse 5 лет назад

    How do you learn these things?

  • @maxiequa567
    @maxiequa567 5 лет назад

    Amazing content as always! Have you ever considered doing a tutorial/app which incorporates payment transactions with Paypal? How would that work do you think?

    • @UnsureProgrammer
      @UnsureProgrammer  5 лет назад +1

      Maxi Equa I do believe there are some libraries out there for PayPal. However you will have to switch to react native init for it. Expo currently supports only stripe cross platform.

    • @maxiequa567
      @maxiequa567 5 лет назад

      ​@@UnsureProgrammer Strange? Thought Paypal was more popular. Wonder why they went with Stripe?

  • @chrismclaughlin1073
    @chrismclaughlin1073 5 лет назад

    Where are you getting "item" from? It looks like you are using it, but I don't see where it is created. I see when you first use it, you say you are destructuring it. But from where is it destructured?

    • @UnsureProgrammer
      @UnsureProgrammer  5 лет назад

      it actually just gets passed by default with the renderItem method. You don't to explicitly pass it.

  • @TomarSahab
    @TomarSahab 5 лет назад

    Can anyone tell me how to Print or log when I touch any item of flatlist for ex When I search and tap a name it should get logged !!!

  • @michaelchambers236
    @michaelchambers236 4 года назад

    Thanks a lot!!

  • @wilcas5349
    @wilcas5349 5 лет назад +1

    I did all the steps as described, and still got undefined is not an object (evaluating 'Expo.Permissions.askAsync')]

    • @wilcas5349
      @wilcas5349 5 лет назад +3

      I found the solution. Do Permissions.askAsync instead of Expo.Permissions... also import permissions like this - import * as Permissions from 'expo-permissions';

    • @chriskouakam5825
      @chriskouakam5825 5 лет назад +2

      @@wilcas5349 Thanks a lot bro you save my life! :-D

  • @prernasinha4201
    @prernasinha4201 4 года назад +1

    I referred to your project, although it has been beautifully explained in the video, the project doesn't work as such. When I tried to work with it, it simply said "No Contacts Found". Could you please help?

    • @joseehloko
      @joseehloko 4 года назад

      Same Here, I even added a contact in the memory of the android simulator but got the same "No Contacts Found".

  • @incognitoYSL
    @incognitoYSL 5 лет назад

    hi, when I try to search, I get a this error: "TypeError: undefined is not an object (evaluating 'item.phoneNumbers[0]')". Any help?

    • @poojaribadiya7896
      @poojaribadiya7896 4 года назад

      did you find an answer got same issue

    • @michaelchambers236
      @michaelchambers236 4 года назад

      snack.expo.io/@malfuckingfurion/react-native-expo-contacts
      In that snack you will see that it is much different than example above since the Expo SDK has changed since the time of this video.

  • @SyedZainUlHasan
    @SyedZainUlHasan 5 лет назад

    You use expo for production as well? or just for tuts.

    • @UnsureProgrammer
      @UnsureProgrammer  5 лет назад +4

      Yep. Depends on the what the requirements of the project are. I try and just get it done with expo if possible, since it has alot of benefits.

  • @ItsmeRuchitha
    @ItsmeRuchitha 4 года назад +1

    Can you pls keep code here... Because in video it's not clear... Waiting for code

  • @louismalfatto8263
    @louismalfatto8263 4 года назад

    good video

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

    Hey, Could Anyone Help Me Out With This Error I'm Getting? Thanks In Advance :
    Warning
    Possible Unhandled Promise Rejection (id: 0):
    ReferenceError: Can't find variable: Expo

  • @Blaiti
    @Blaiti 5 лет назад

    UI Colors (React Native App) :
    ruclips.net/video/30ABvVdXFUc/видео.html

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

    missing semicolon :/

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

    Too fast for a beginner, asides that its perfect