Skip to content
View JH108's full-sized avatar
🕵️
Android, Kotlin, Jetpack Compose, Go, always learning!
🕵️
Android, Kotlin, Jetpack Compose, Go, always learning!

Block or report JH108

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. react-native-calendarsreact-native-calendarsPublic

    Forked from wix/react-native-calendars

    React Native Calendar Components 📆

    JavaScript 1

  2. redux-persist-immutableredux-persist-immutablePublic

    Forked from rt2zz/redux-persist-immutable

    Redux Persist Immutable

    JavaScript

  3. dbp-readerdbp-readerPublic

    Forked from digitalbiblesociety/dbp-reader

    JavaScript

  4. mini-react-no-classesmini-react-no-classesPublic

    Created with CodeSandbox

    JavaScript

  5. TicTacToeTicTacToePublic

    A simple TicTacToe game built with KMP, SwiftUI, Jetpack Compose, and React with Ktor for a backend and Postgres to save the games.

    Kotlin 1

  6. Chip Stack for ComposeChip Stack for Compose
    1
    @Composable
    2
    funChipStack(modifier:Modifier = Modifier) {
    3
    val size =80.dp
    4
    val sizeModifier =Modifier.size(size)
    5
    val colors =listOf(Color.Green, Color.Yellow, Color.Cyan, Color.Magenta, Color.LightGray)