Skip to content
View christianbaroni's full-sized avatar

Highlights

  • Pro

Organizations

@rainbow-me

Block or report christianbaroni

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. rainbow-me/rainbow rainbow-me/rainbow Public

    ๐ŸŒˆโ€’ the Ethereum wallet that lives in your pocket

    TypeScript 3.9k 626

  2. rainbow-me/browser-extension rainbow-me/browser-extension Public

    An Ethereum wallet built for speed ๐ŸŒˆ

    TypeScript 168 40

  3. react-native-turbo-haptics react-native-turbo-haptics Public

    Fast, worklet-compatible haptic feedback for React Native ๐ŸŒ€

    TypeScript 22

  4. useSyncSharedValue.ts useSyncSharedValue.ts
    1
    /* eslint-disable @typescript-eslint/no-explicit-any */
    2
    
                  
    3
    import { DerivedValue, SharedValue, runOnJS, useAnimatedReaction } from 'react-native-reanimated';
    4
    import { deepEqualWorklet, shallowEqualWorklet } from '@/worklets/comparisons';
    5