TypeError: undefined is not an object (evaluating '_layout["default"].width')

Author: Karthi-ZenylogCreated Jun 30, 2022Updated Jun 30, 2022
Labelsbug

Describe the bug I am using the library with styled component in React Native Project, I am getting below error on launch of the app.

TypeError: undefined is not an object (evaluating '_layout["default"].width')

To Reproduce

"styled-components": "^5.3.5",
"styled-system": "^5.1.5"

Implement the latest version with styled component in a react native project.

Use codesandbox to create a reproduction: N/A

Expected behavior It should not show the error(crash)

Screenshots image

Additional context N/A

Source: styled-system/styled-system