Hey Simon, random tip, if you add the timestamps in your description you will have an easier navigable video! starting with 0:00 Introduction and so on (You must start with 0:00) Thank you!
@@galaxies_dev sir I have a one request please make a video about expo linking with expo router application I think is a very good topic and every developer need to know how to do.
can you explain the setup env files for setting different environment url's , I have tried many times but faced cache issue while switching the environment
0:50 - Warning for Android devs, the Animated.Flatlist is currently broken when removing items on Android! There an issue on the react-native-reaanimated repo with the temp patch needed to fix it.
I know this would be a big project, but is there any plans to do one for stripe? Stripe you can do so many things like marketplace payment, act as an agent between two parties, purchases, etc etc. it’s not well covered in real depth for react native? Cheers
@@galaxies_dev would be amazing- something tells me most online payments will go the way of open banking payments rather than card payments in the not too distant future
Can someone help me (I'm new to react native just start learning it) I using windows to make projects for react native and test them on avd. But how can i test it on iPhone? Is there any emulator or other kind of thing? (Not physical device)
@@raphaeljaggerd3585 Yeah. Definitely not for everything, but I think you can definitely feel the lag when using react native desktop stuff (like a lot of windows 11 ui things). One major downside is that you don't get to deploy onto desktop at the same time as mobile, but (at least for the companies I've worked at) that's fine for a good amount of use cases.
Thanks for allo this tips, I have another method for the build release just add these scripts in your package.json and voila: "ios:physical": "expo run:ios -d 'xxx-xxx device id'", "release:android": "expo run:android --configuration Release", "release:ios": "expo run:ios --configuration Release", "release:ios-physical": "expo run:ios -d 'xxxxx-xxxx device id' --configuration Release", "xcode:list-device": "xcrun xctrace list devices",
Looking for more support while building React Native apps? Check out Galaxies.dev today - the Home of the Best React Native content 🔥
Hey Simon, random tip, if you add the timestamps in your description you will have an easier navigable video! starting with 0:00 Introduction and so on (You must start with 0:00) Thank you!
Thanks, usually doing this, must have forgotten in here!
I wish i was 100 tips
You really changed my mind about RN&Expo
i wish you all the best
Thank you!!
Greatest react native content on youtube ❤
I love these types of videos! I always learn something. Great stuff!
Awesome, thank you!
Great video. Great share. Very valuable information in this one. 🎉😊
Thanks!
Awesome tips! by the way congrats on 100k subs 🔥🔥🔥
Thanks and Congrats on 100K subs, sir!
Simon trips and tricks are a game changer in RN 😮😵
Thank's Simon, i will bookmark this those tips will help us a lot to improve
Cool, thanks!
I really injoy your videos thanks fir sharing your valuable knowledge. Love from INDIA ❤❤
Thanks for watching!
@@galaxies_dev sir I have a one request please make a video about expo linking with expo router application I think is a very good topic and every developer need to know how to do.
I'm coming from react background and I was curious whether the tailwind equivalent for RN is also as popular as it is for web react apps?
Best React Native youtuber!!
Awesome! Thanks for the work you did!
Happy to help :)
can you explain the setup env files for setting different environment url's , I have tried many times but faced cache issue while switching the environment
0:50 - Warning for Android devs, the Animated.Flatlist is currently broken when removing items on Android! There an issue on the react-native-reaanimated repo with the temp patch needed to fix it.
Great video for freshers ❤❤❤
Thank you 🤗
Just curious to ask, what tools you are using have a pen on your screen for drawing?
Not all heroes wear capes 🔥
Please Simon can you make a video of how to use the Dynamic Island with react native?
you'll need to create a native module
I think for standalone you can use eas build --local
I know this would be a big project, but is there any plans to do one for stripe? Stripe you can do so many things like marketplace payment, act as an agent between two parties, purchases, etc etc. it’s not well covered in real depth for react native? Cheers
Definitely something I'd like to try one day!
@@galaxies_dev would be amazing- something tells me most online payments will go the way of open banking payments rather than card payments in the not too distant future
Great tutorial, thanks!
Thank you so much simon
firtfull thank you for this video I need help about from where can I import LinearTransition ?
Where did I use that?
Thanks
Welcome
🙏🙏🙏... helped me a lot!
Glad it helped!
Why custom font isn’t working on android devices? Sdk 51
I’m getting Nunito is not a system font while it’s working on iOS
Great Content!
Hello Simon, can you please do a tutorial on how to integrate push notification on android?
Can someone help me (I'm new to react native just start learning it)
I using windows to make projects for react native and test them on avd.
But how can i test it on iPhone?
Is there any emulator or other kind of thing? (Not physical device)
Not on Windows, you need a mac or at least an iOS device!
awesome!!!!
Glad you think so!
"In the simulator this usually fails...especially when i don't hit save" - don't lie to me bro 😂
Thank's @galaxies_dev !! Someone knows how to override default fonts with expo-google-font with nativewind ?
Why isn't anybody talking about react native for desktop?
I feel like there are better, faster, and more performant alternatives
@@homesynthesisYou're speaking of tauri?
@@raphaeljaggerd3585 Yeah. Definitely not for everything, but I think you can definitely feel the lag when using react native desktop stuff (like a lot of windows 11 ui things).
One major downside is that you don't get to deploy onto desktop at the same time as mobile, but (at least for the companies I've worked at) that's fine for a good amount of use cases.
@@raphaeljaggerd3585or Electron Nextron
React crying in corner😢.
🔥🔥🔥🔥🔥🔥
great video
thankyou
greate video
Why I built a debug apk size so large
Just checked, defaultSource already deprecated
Anybody knows what this IDE is?
Either VSCode or Cursor!
i thought localhost doesn't work at all on android i use ngrok
It works with the right URL
Can we get timestamps please?
what's new in this, mostly all developers use these tips
Not sure how you can say this lol. I'm sure this is useful to a good amount of new React Native developers.
Yeah, it seems like this channel is mostly useful for junior developers
Where did he say new tips?
Forget RN. Flutter is the future ❤
Flutter is dead 🪦
@@matheusaraujo8617 flutter was never more alive.... 👊💪
Thanks for allo this tips, I have another method for the build release just add these scripts in your package.json and voila:
"ios:physical": "expo run:ios -d 'xxx-xxx device id'",
"release:android": "expo run:android --configuration Release",
"release:ios": "expo run:ios --configuration Release",
"release:ios-physical": "expo run:ios -d 'xxxxx-xxxx device id' --configuration Release",
"xcode:list-device": "xcrun xctrace list devices",