@@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 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
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.
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 🔥
I wish i was 100 tips
You really changed my mind about RN&Expo
i wish you all the best
Thank you!!
Great video. Great share. Very valuable information in this one. 🎉😊
Thanks!
Greatest react native content on youtube ❤
Great tutorial, thanks!
Just curious to ask, what tools you are using have a pen on your screen for drawing?
I think for standalone you can use eas build --local
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.
Great video for freshers ❤❤❤
Thank you 🤗
firtfull thank you for this video I need help about from where can I import LinearTransition ?
Where did I use that?
Awesome! Thanks for the work you did!
Happy to help :)
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 love these types of videos! I always learn something. Great stuff!
Awesome, thank you!
Not all heroes wear capes 🔥
Awesome tips! by the way congrats on 100k subs 🔥🔥🔥
Best React Native youtuber!!
Thanks and Congrats on 100K subs, sir!
Thank you so much simon
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
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.
🙏🙏🙏... helped me a lot!
Glad it helped!
Hello Simon, can you please do a tutorial on how to integrate push notification on android?
"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 ?
Great Content!
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
Thank's Simon, i will bookmark this those tips will help us a lot to improve
Cool, thanks!
great video
thankyou
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!
greate video
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?
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😢.
Forget RN. Flutter is the future ❤
Flutter is dead 🪦
@@matheusaraujo8617 flutter was never more alive.... 👊💪
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?
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",