10 Essential React Native Tips Every Developer Must Know
ฝัง
- เผยแพร่เมื่อ 20 พ.ย. 2024
- Learn 10 epic React Native tips useful when building your React Native apps. From styling to text, image, or list components, small features can make a big change to your app!
🔥 Learn React Native FAST: galaxies.dev
#############################
❤️ You can also find me on:
Twitter: / schlimmson
Instagram: / simongrimm_
############################# - วิทยาศาสตร์และเทคโนโลยี
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 ❤
I love these types of videos! I always learn something. Great stuff!
Awesome, thank you!
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.
Awesome! Thanks for the work you did!
Happy to help :)
Awesome tips! by the way congrats on 100k subs 🔥🔥🔥
Great video for freshers ❤❤❤
Thank you 🤗
Thanks and Congrats on 100K subs, sir!
Best React Native youtuber!!
Not all heroes wear capes 🔥
Thank you so much simon
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.
Just curious to ask, what tools you are using have a pen on your screen for drawing?
🙏🙏🙏... helped me a lot!
Glad it helped!
Great Content!
Thank's Simon, i will bookmark this those tips will help us a lot to improve
Cool, thanks!
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
firtfull thank you for this video I need help about from where can I import LinearTransition ?
Where did I use that?
"In the simulator this usually fails...especially when i don't hit save" - don't lie to me bro 😂
🔥🔥🔥🔥🔥🔥
awesome!!!!
Glad you think so!
thankyou
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 video
greate video
Thank's @galaxies_dev !! Someone knows how to override default fonts with expo-google-font with nativewind ?
Hello Simon, can you please do a tutorial on how to integrate push notification on android?
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
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😢.
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!
Anybody knows what this IDE is?
Either VSCode or Cursor!
Can we get timestamps please?
i thought localhost doesn't work at all on android i use ngrok
It works with the right URL
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",