react-native-pattern-lock icon indicating copy to clipboard operation
react-native-pattern-lock copied to clipboard

animation does not work if my pattern is not square

Open YOEL311 opened this issue 2 years ago • 0 comments

hey Your repository is great, thanks for sharing it However, it does not work if my pattern is not square I lose animation behavior if rowCount isn't the same ColumCount

<Pattern
    columnCount={4}
    rowCount={3}
 />

YOEL311 avatar Apr 07 '23 10:04 YOEL311