简体   繁体   中英

How to make fully responsive mobile apps using react-native?

I am still learning react-native. Is there a way to make UI's fully responsive on various sizes and angles of mobile phones?

I am currently designing an app and I am getting few non-responsive issues even if I use Flexbox . Whats is the most efficient way top make this app fully responsive on any mobile?

Thank you in advance

Things that helped me get started with react native.The more u read the more u learn.
1) Keeping things neat with Flux
2) Never define width and height as constant values.
3) Use Metrics to get the screen dimensions and use them properly.
3) Make use of Animated API, React Redux
4) Refer apps like f8 , HackerNews

在没有硬编码宽度和高度值的情况下使用Flexbox将使您的应用在设备上响应,并通过react-native api照顾维数

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM