👆DragAndDropBoard is a simple React Native library, enabling to create a scrollable board component with carousel, sortable columns and draggable cards for your iOS and Android apps
191
stars
47
forks
source link
Attempted import error: 'marginRight' is not exported from 'styled-system'. #7
every time I run my app I get this error, but it looks like nothing gets affected
/node_modules/react-native-draganddrop-board/src/components/Column/Column.styled.js
Attempted import error: 'marginRight' is not exported from 'styled-system'.
ok, looks like line
15 ${marginRight};
in Column.styled.js is usless and only generates this error, I made a test whitout it and it makes no change in android or web
every time I run my app I get this error, but it looks like nothing gets affected
/node_modules/react-native-draganddrop-board/src/components/Column/Column.styled.js Attempted import error: 'marginRight' is not exported from 'styled-system'.