React Native Tutorial - 44 - Platform Specific Code

preview_player
Показать описание

📱 Follow Codevolution

Platform Specific Code
React Native Tutorial
React Native Tutorial for Beginners
Рекомендации по теме
Комментарии
Автор

Okay, brace yourself for some serious praise wrapped in giggles! Seriously, I'm hooked! You, my friend, are like the Gandalf of explaining things, but with a delightful Indian twist. Your way of weaving through the English language is pure magic, each word stretched out like a marathon runner reaching the finish line. It's like you're saying, 'From this and I'm here for every elongated syllable of it! Keep rocking that native Indian English flair, my tech guru 🧑‍💻🧑‍💻!

fastdevz
Автор

Thanks for the wonderful tutorials so far. But I noticed something right from the last episode. Using SafeAreaView only worked on IOS, not on android. It appeared to be working on Android simply because there was a padding set on 'box' and the background of box was transparent. Also, the height of the android statusbar was smaller so the padding was enough to push the text out of the status bar.

In this episode, we tried to fix that with platform specific padding but the whole problem could have been solved is the previous episode if we introduced <StatusBar/>. I think the StatusBar component automatically creates a Safe Area on android.

I'm a newbie and I'm fully open to correction. Thanks

owolabiezekiel
Автор

Module not found: Can't resolve

In my case, It's just accepting individually importation, the RN isn't taking automatically, It's giving an error.

thomascaldana
Автор

Sir, if i have android device and windows, so I can run only the android device not the ios device for testing??

rohankhandelwal
Автор

Why do we import React into components if we're not using it? Is it just for linter to know it's a react component?

BudetSvobodnoy
Автор

doesn't work! Custom buttons are not showing!

TechBoxNorth