Skip to content
View christianbaroni's full-sized avatar

Highlights

  • Pro

Organizations

@rainbow-me
Block or Report

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

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

    🌈‒ the Ethereum wallet that lives in your pocket

    TypeScript 3.7k 563

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

    An Ethereum wallet built for speed 🌈

    TypeScript 155 29

  3. 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