kristerkari / react-native-css-modules-with-media-queries-example

An example app to show how CSS Media Queries work in React Native.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does media query work on mobile?

constancebunch opened this issue · comments

I have tried to download the project and test around, the media query works on web but mobile not.

Thanks @constancebunch ! What exactly do you mean by not working in mobile, are referring to React Native or a mobile web browser?

Let me know more details, I want everything to work :)

If you look at the screenshots, this is how it should look on mobile (Web and React Native):
https://github.com/kristerkari/react-native-css-modules-with-media-queries-example#screenshots

I actually noticed that the app was not working on Android Stock browser (4.4-5.0) because of newer React versions using some ES6 methods and requiring polyfills for those, so made a fix and now the app works on Android Stock, except that the rendering is a bit broken:
e3b4a24

This example app should work on Android stock browser now.

Let me know if it does not work. :)