Resposiveness does not work on react-native as expected
Author: theankurkediaCreated Jan 16, 2021Updated Oct 10, 2022
Labelsbug
Describe the bug To give a responsive style to the property, you give it an array. This works fine on React. But it does not work on React-Native.
To Reproduce Just give the values to the property in an array.
Use codesandbox/Snack to create a reproduction: Snack to reproduce this behaviour: https://snack.expo.io/@theankurkedia/48431d
Although, this works fine with React: https://codesandbox.io/s/hungry-star-qjzkx?file=/src/App.js
Expected behavior Appropriate value to be applied according to the viewport.
Source: styled-system/styled-system