sakthi1992

Results 4 issues of sakthi1992

I had read the documentation fully, I can't able to flip the board. there is any option to flip

import Chessboard from 'react-native-chessboard'; const App = () => ( { if (state.in_check) { chessboardRef.current?.move({ from: 'e2', to: 'e4' }); //need the duration for every move. durations={{ move: 1000 }}...

I'm facing this below findDOMNode issues, but the board is showing correctly. ![Screenshot 2024-11-23 122037](https://github.com/user-attachments/assets/256dc762-5b8f-4378-a391-bcef60d7a3b5)

I can't able to find the arrow functionality. please kindly add.