@@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.
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 🔥
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!
Best React Native youtuber!!
Simon trips and tricks are a game changer in RN 😮😵
Thanks and Congrats on 100K subs, sir!
Awesome tips! by the way congrats on 100k subs 🔥🔥🔥
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.
Thank's Simon, i will bookmark this those tips will help us a lot to improve
Cool, thanks!
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. Great share. Very valuable information in this one. 🎉😊
Thanks!
Just curious to ask, what tools you are using have a pen on your screen for drawing?
Awesome! Thanks for the work you did!
Happy to help :)
Not all heroes wear capes 🔥
Great video for freshers ❤❤❤
Thank you 🤗
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
I think for standalone you can use eas build --local
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
Thank you so much simon
Great tutorial, thanks!
"In the simulator this usually fails...especially when i don't hit save" - don't lie to me bro 😂
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
firtfull thank you for this video I need help about from where can I import LinearTransition ?
Where did I use that?
🙏🙏🙏... helped me a lot!
Glad it helped!
Thank's @galaxies_dev !! Someone knows how to override default fonts with expo-google-font with nativewind ?
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!
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😢.
🔥🔥🔥🔥🔥🔥
awesome!!!!
Glad you think so!
great video
Hello Simon, can you please do a tutorial on how to integrate push notification on android?
thankyou
Anybody knows what this IDE is?
Either VSCode or Cursor!
greate video
Just checked, defaultSource already deprecated
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",