sakthi1992
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. 
I can't able to find the arrow functionality. please kindly add.