ReactONE
ReactONE
@ghoudi01 check the above! `i == _currentIndex` as like in the block above. Will avoid treating the same page.
@xrash it should work after this PR #9948 merge
I was about to push a PR, to find all was handled. I wish I get to check again this issue first. The direction between RTL and LTR reverse. What's...
I updated and fixed all the pointed points in review as bellow: - change tsconfig to extend the parent one - convert files extension to tsx - revert ts extension...
For the readme file i made it point to the documentation just like other packages. Where should the documentation go. It's not part of this repo. Should someone else take...
- When executing commands using `shell.exec()`. The output wasn't colored. I fixed that by creating a custom exec function based on spawn. I used cross-spawn for cross-platform compatibility. - And...
@bahkostya I used your example to reproduce this problem as you can see It is clear that the `NavigationState` interface does not correctly describe the expected state. But since version...