bear-junior / react-native-draganddrop-board

👆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

Closed draczer01 closed 3 years ago

draczer01 commented 4 years ago

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'.

draczer01 commented 4 years ago

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