Root-App / react-native-mock-render

a fork of react-native-mock that renders
MIT License
85 stars 50 forks source link

Stylesheet.absoluteFill and StyleSheet.absoluteFill #67

Closed mowbell closed 2 years ago

mowbell commented 5 years ago

When you have an style like

inactiveBox: {
    ...StyleSheet.absoluteFillObject,
  },

It doesn't render

"position":"absolute",
"right":0,
"left":0,
"top":0,
"bottom":0,

Also Stylesheet.absoluteFill is undefined