Great video as always Vadim, thank you so much! But if I can suggest, I think it's better to start from scratch, rather than using a template like "tabs". Because it might confuse beginners, instead of speeding up the tutorial/development. Because now you have to delete/modify here and there, jumping between files, which takes a lot more time than just setting up the Expo Router (Which is like 5 minutes top). I also think boilerplate codes are bad for learning purposes. Just my 2c 🙏
Thanks for your suggestion and appreciation! I've usually found it's easier for beginners to start from a template, and better for tutorial speed purposes.
hello, i have question about use expo sdk, what is better use for app, expo or clear react native, why you always use expo, its better for begginer format on youtube or expo sdk have a good lvl and its greate use for app?
Expo is great for beginners due to its simplicity and easier setup. It provides a lot of built-in features, speeding up development. For more complex apps requiring native modules not supported by Expo, bare React Native might be necessary, but in 99% of the cases, you are fine by going with Expo. I use Expo for its convenience and rapid development capabilities, especially for tutorials.
I was wondering if you happen to know how to re connect to stepzen once you have closed down your VS code for a few days and restarted it back up? All was working but after coming back after a few days stepzen doesn't update when I change things in VS code (taking the apikey part out of the query). Can I re run a command in the terminal to get this back up and running?
The api should be running always, as it is deployed to the cloud. However, if you are doing updates to your api, and want them to be updated, you simply have to run stepzen start in your stepzen folder
Expo is the recommended method right now. Hence it is the default method in documentation. It's like nobody use cra for react, vite and next are the preferred methods. Move to expo and stop crying.
Hi, I got this error when I try to assign the animated prop to true ERROR TypeError: 0, _$$_REQUIRE(_dependencyMap[8](...)ify/react-native-skia").useValue is not a function (it is undefined) This error is located at: in AnimatedLineGraph (created by LineGraphImpl) in LineGraphImpl (created by Grapgh) can you help me with that
What I've found is that this is a and error when displaying on the web or mobile web view. iOS works for me in all my testing but i have not cloned his directory yet and tested.
9min to 12min is hands down the best information on react I've heard in 5years.
That's great to hear 🙌
A pleasure to learn , as usual . Non Wonders , Vadim is a gifted trainer.
I'm glad you found it helpful 🙌
Great tutorial for a ton of topics!
Expo
Expo router,
json,
endpoints,
parsing data,
etc...
love these!
Great video as always Vadim, thank you so much! But if I can suggest, I think it's better to start from scratch, rather than using a template like "tabs". Because it might confuse beginners, instead of speeding up the tutorial/development. Because now you have to delete/modify here and there, jumping between files, which takes a lot more time than just setting up the Expo Router (Which is like 5 minutes top). I also think boilerplate codes are bad for learning purposes. Just my 2c 🙏
Thanks for your suggestion and appreciation! I've usually found it's easier for beginners to start from a template, and better for tutorial speed purposes.
hello, i have question about use expo sdk, what is better use for app, expo or clear react native, why you always use expo, its better for begginer format on youtube or expo sdk have a good lvl and its greate use for app?
Expo is great for beginners due to its simplicity and easier setup. It provides a lot of built-in features, speeding up development. For more complex apps requiring native modules not supported by Expo, bare React Native might be necessary, but in 99% of the cases, you are fine by going with Expo. I use Expo for its convenience and rapid development capabilities, especially for tutorials.
Unfortunately the LineGraph doesn't work anymore.
найогромнейшее спасибо за рабочую связку
I was wondering if you happen to know how to re connect to stepzen once you have closed down your VS code for a few days and restarted it back up? All was working but after coming back after a few days stepzen doesn't update when I change things in VS code (taking the apikey part out of the query). Can I re run a command in the terminal to get this back up and running?
The api should be running always, as it is deployed to the cloud. However, if you are doing updates to your api, and want them to be updated, you simply have to run stepzen start in your stepzen folder
Vadim, thats video what I needed.Greetings from Turkey
My pleasure, I'm glad to hear that!🙌
Amazing Job Sir.
Thank you kindly
Thank you for sharing this video....
Welcome!
for the graph can we make it more detailed like the line looks too smooth can we make it more realistic
yes, you can definitely do that
@@notjustdev how?
I have question can i have a app with responsive screen. Anyway to test that UI without using many differrent emulator/simulator. It realy heavy
You can use responsive design test libraries like react-native-testing-library or use visual regression testing tools (e.g., Percy or Applitools)
hey sir i have question why you use expo in all of your projects plz in some projects plz use React native CLI plz
because Expo is more beginner friendly. Once you become more experienced in react native, you would not need his videos to do CLI
Expo is the recommended method right now. Hence it is the default method in documentation. It's like nobody use cra for react, vite and next are the preferred methods. Move to expo and stop crying.
Because it's better? Even RN official recommend using it.
@@morale3056 It seems that it is still not mature enough though, because I had to delete all node_modules and run npm install to make it work.
@@stavroskefaleas6320 looks like you're new to frontend development after all. Welcome to JS/node world.
Good
Thanks
thanks for sharing this video #mrfishvlogs
Thanks for your support 🙌
Eu quero pix
здравая тема
Hi, I got this error when I try to assign the animated prop to true ERROR TypeError: 0, _$$_REQUIRE(_dependencyMap[8](...)ify/react-native-skia").useValue is not a function (it is undefined)
This error is located at:
in AnimatedLineGraph (created by LineGraphImpl)
in LineGraphImpl (created by Grapgh)
can you help me with that
What I've found is that this is a and error when displaying on the web or mobile web view. iOS works for me in all my testing but i have not cloned his directory yet and tested.