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...
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.
@@poojaribadiya7896 Do Permissions.askAsync instead of Expo.Permissions... also import permissions like this - import * as Permissions from 'expo-permissions'; That will fix it.
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?
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.
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?
I found the solution. Do Permissions.askAsync instead of Expo.Permissions... also import permissions like this - import * as Permissions from 'expo-permissions';
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?
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.
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
It saved lot of my time. Thank you very much.
Nice tutorial. Can you make one tutorial on switching from expo-cli to react-native-cli for an existing project?
contacts wasnt my exact use case, but I found this to be helpful with my content. thanks!
Not useful for me at the moment but always a pleasure to learn React Native and progress with you as a teacher ❤️
Awesome videos as always man, I appreciate it. my first app with React Native is nearing completion and your input has been great! thanks :-)
I saw this video , it was so nice and practical .
hope you are succed
I love your content , specially after you started posting where we can learn how to work with Api(s).
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...
hey, just wanted to let you know, that you are awesome!
Thanks for the tutorial
Wow Whats Your vs code font
nice video, But can i get or know a code if i'm using the function? instead of class?
Please how to update single contact by Expo Contacts module for android
Which version of React Native was used in the video?
thank you very much bro excellent content
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.
my program is not taking permissions for contacts in android device....plz help
Hi can you please help
i am getting this error
undefined is not an object (evaluating 'Expo.Permissions.askAsync')]
I get the same and haven't found any useful answer out there. Did you find a solution?
@@wilcas5349 i didnt find also same issue
@@poojaribadiya7896 Do Permissions.askAsync instead of Expo.Permissions... also import permissions like this - import * as Permissions from 'expo-permissions'; That will fix it.
How do you learn these things?
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?
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.
@@UnsureProgrammer Strange? Thought Paypal was more popular. Wonder why they went with Stripe?
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?
it actually just gets passed by default with the renderItem method. You don't to explicitly pass it.
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 !!!
Thanks a lot!!
I did all the steps as described, and still got undefined is not an object (evaluating 'Expo.Permissions.askAsync')]
I found the solution. Do Permissions.askAsync instead of Expo.Permissions... also import permissions like this - import * as Permissions from 'expo-permissions';
@@wilcas5349 Thanks a lot bro you save my life! :-D
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?
Same Here, I even added a contact in the memory of the android simulator but got the same "No Contacts Found".
hi, when I try to search, I get a this error: "TypeError: undefined is not an object (evaluating 'item.phoneNumbers[0]')". Any help?
did you find an answer got same issue
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.
You use expo for production as well? or just for tuts.
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.
Can you pls keep code here... Because in video it's not clear... Waiting for code
good video
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
I'm also getting the same error.. Did you solve it?
UI Colors (React Native App) :
ruclips.net/video/30ABvVdXFUc/видео.html
missing semicolon :/
Too fast for a beginner, asides that its perfect