You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@howitzer-industries You're right, since we're not using SCREEN_WIDTH and SCREEN_HEIGHT anywhere, we can remove these lines. But Dimensions is not an external dependency, you see. It is part of react-native (link).
Hi, I got some npm errors when I went to use this package.
It seems like the
dimensions
npm package is being referenced, but isn't declared as a dependency inpackage.json
. Thedimensions
library has a further dependency onfs
, which doesn't appear to be available from a react native environment.It looks like it would be safe to just remove this dependency completely, along with the
SCREEN_WIDTH
andSCREEN_HEIGHT
properties.The text was updated successfully, but these errors were encountered: