It would be cool if you'd increase the font size of your IDE when you record. It is a bit hard to see what you type if you watch on a laptop and code in dual view. Otherwise these tutorials are amazing!
Quick question. When using animated charts it throws an error that There's an unexpected token and that I may need an appropriate loader to handle the file type. Do you know what I can do to fix this?
When we are not touching the chart, the boldTitle should show the currentPrice but if we for example select Bitcoin first, and then select another crypto and scrub the chart, after that the currentPrice shows wrong value. I'm so confused.
I keep getting this error when I try to set up react native animated for the bottom sheet to show up at 06:52 Uncaught TypeError: worklet.__workletHash is undefined Can someone help me with this please?
I'm using the default Dark mode (called Dark+) with the Material Icon Theme to get all the icon images marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme
I keep getting the error "tried to register two views with the same name RNGestureHandlerButton". I've searched and tried different ways but the error still there. Great tutorial, BTW!
Hello, I am using NPM to install packages but it was showing error with "@rainbow-me/animated-charts". What should i do to resolve this error.. Thankyou..
just what i was looking for, thank you !
Ardr is about to blow up big time whos ready 🔥🚀
Why are you so underrated!?
Thanks so much, that really means a lot 🙌🚀
It would be cool if you'd increase the font size of your IDE when you record. It is a bit hard to see what you type if you watch on a laptop and code in dual view. Otherwise these tutorials are amazing!
Quick question. When using animated charts it throws an error that There's an unexpected token and that I may need an appropriate loader to handle the file type. Do you know what I can do to fix this?
great tutorial
But I have another issue with chartDot not appearing on android emulator any solutions ?
When we are not touching the chart, the boldTitle should show the currentPrice but if we for example select Bitcoin first, and then select another crypto and scrub the chart, after that the currentPrice shows wrong value. I'm so confused.
Yes! You're right! This is a bug that is fixed in Part 3. Great job catching it 😁 ruclips.net/video/MIolL20o9GE/видео.html
In case anyone else had issues with the BottomSheetModal crashing, I had to run:
expo doctor --fix-dependencies
very good tuto . thank you
Chart import is not working
were you able to find the solution? having the same problem
@@j.s3953 nope
@@muzammilnsdc2392 i believe it has something to do with the dependencies, alot of them have been updated
Hi bro. When clicking the currency component bottom sheet is opening but I am not able to shrink it.
Could you tell me what to do with this issue?
Same here. Do you have a solution?
GestureHandlerRootView worked for me, just import ir from 'react-native-gesture-handler'; and put it like that:
item.id}
data={SAMPLE_DATA}
renderItem={({item}) => (
openModal()}
/>
)}
ListHeaderComponent={}
/>
Awesome 🎉
Amazingly done Thank You..
Glad you enjoyed it, thanks for watching! 🚀
I keep getting this error when I try to set up react native animated for the bottom sheet to show up at 06:52
Uncaught TypeError: worklet.__workletHash is undefined
Can someone help me with this please?
Please make an ecommerce on react native or maybe an rider/driver/uber app! thanks
That's a great idea, thanks Atif!
The swipe and the styles in the bottomsheet are not working for me...
Matt what's your VS Code theme?
I'm using the default Dark mode (called Dark+) with the Material Icon Theme to get all the icon images marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme
gj m8 helps alot
Amazing to hear glad to know it helped 😁
man these dependencies have so many errors !
Guess you forgot to pin the regex:(
But great work, thank you!
I keep getting the error "tried to register two views with the same name RNGestureHandlerButton". I've searched and tried different ways but the error still there. Great tutorial, BTW!
same here
@@marcosviniciusaraujoalmeid7755 u need to delete react-native-gesture-handler in node_modules of the library u just isntalled..
bro import chart is not working
Restart server and clear cache. It will work
@@harsh_here I try here and don't work
Hello, I am using NPM to install packages but it was showing error with "@rainbow-me/animated-charts". What should i do to resolve this error..
Thankyou..
Actually I had same issue and you can use npm install instead of yarn add with the same library name
@@mahmoudbebars4695 thankyou
[v4] | [v2] TypeError: undefined is not an object (evaluating 'worklet.__workletHash.toString') i am finding error while click for bottom sheet
I got uncaught error "tried to register two views with the same name GestureHandlerRootView" what was that mean?
Did you get this error after installing a certain package or after adding some code ?? let me know if you are still having issues
Delete the gestures folders inside nodemodules/charts
@@anubhavakaxperience762 that's the correct anwer