What worked for me was just deleting the " ref={(c) => { this._carousel = c; }} " line. I am not 100% sure but I think the ref part has to do with how react native handled class components and it is not necessary with a functional component. It worked for me anyway! ;-)
Always a pleasure to see "Pradip Debnath" notifications. Thank you for you work !
It's my pleasure
me too
“Pradip Debnath” is the first person who made React Native look easy and friendly to me.
Thanks for your appreciation, it means a lot to me. 😀
Same here
He made me understand and boost my react native skills 💪
I googled best react native tutorials and found your channel on top.🙌
Thank you!!! Your tutorials are easy to flow and you explained every step along with coding very well. Please update soon!
Your content is very clear
Thanks a lot for great tutorials, you are great man
Thanks nice UI! I'm just starting to leave the safe haven of EXPO and these tutorials are helpful ;-)
Better solution for 27:53
Thank you!!! very very good your tutorial!!
Awesome 😎👍 video
Hi, Mr. Pradip, would you mind sharing the vscode extensions you're using? Thanks!
Thanks!
Great Job Man...
thanks for these videos sir
Glad you like them!
@@itzpradip Hello sir ji I need your help
@@itzpradip please reply urgently
Amazing as always.
Hey can you recommend some good resources for learning of React native?
Ok, I'll provide a list of recommendation soon. Thanks for your comment
@@itzpradip sure thanks a lot, would be waiting for your recommendations :)
you can make apple card view similar in appstore and translucent header & bottom tab ? tks
Hello sir can you please help me with is error
the VirtuallizedList: The windowSize prop must be present and set to a value greater than 0
Brother can i follow these same tutorial with an expo react app..or will i face any issues?
i have been using these with expo only and i haven't found any issue. Too late reply. Not sure how much would that be helpful. 🙂
thank you
map() ...is not working on my mac, it must be render
I'm your student from pakistan sir please make video on react native audio Call please
Buddy how i get that data can push data on your git?
25:00 I believe you can make use of sectionList here ..
it's similar will not help much
I get these errror,s what do I do ? Uncaught TypeError: Cannot set properties of undefined (setting '_carousel')
Excellent video!!!. Where can i find those images?
I've updated the video description with the github repo url. You can find those there.
@@itzpradip Thank you very much!!!
very nice
Thanks
upload figma design to react and react native
Good!
my carousel is not working.. carousel is not displayed
if anyone receiving the Invariant Violation: viewpropTypes issue, try this beta release >npm i react-native-snap-carousel@4.0.0-beta.6
Please create a fantasy game app like dream 11 🙏
Awesome +++++++++++++++++++++++++++++
wooooo
getting one error if anybody can help
TypeError: undefined is not an object (evaluating '_this._carousel = c')
What worked for me was just deleting the " ref={(c) => { this._carousel = c; }} " line.
I am not 100% sure but I think the ref part has to do with how react native handled class components and it is not necessary with a functional component. It worked for me anyway! ;-)
@@robdev89 thanks the error is gone now
if anyone receiving the Invariant Violation: viewpropTypes issue, try this beta release >npm i react-native-snap-carousel@4.0.0-beta.6
thank you so much
I get these errror,s what do I do ? TypeError: undefined (ref={(c) => { this._carousel = c; }})''
I got the same error, just remove this line ref={(ref) => { this._carousel = ref;}}