ColorBlocks - React Native A fun puzzle game for both iOS and Android devices, implemented with React Native. The code-base are 99.9% same for iOS and Android version. It is ported from my original React version colorblocks-react =========================
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
implementation 'com.github.naz013:ColorSlider:1.0.5'
}