Skip to content
View slvssb's full-sized avatar
🚀
building apps
🚀
building apps

Organizations

@handmadelove @sgadhav @popstreamllc
Block or Report

Block or report slvssb

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
slvssb/README.md

Pinned Loading

  1. portfolio portfolio Public

    My personal website · intentionally minimalist

    TypeScript

  2. monorepo-expo-metro-config.js monorepo-expo-metro-config.js
    1
    const { getDefaultConfig } = require("expo/metro-config")
    2
    const path = require("path")
    3
    
                  
    4
    // Find the project and workspace directories
    5
    const projectRoot = __dirname
  3. rpc-client-with-custom-fetch.ts rpc-client-with-custom-fetch.ts
    1
    import AsyncStorage from "@react-native-async-storage/async-storage"
    2
    import { hc, type AppType } from "api"
    3
    import * as configs from "~/configs/keys"
    4
    
                  
    5
    export const rpcClient = hc<AppType>(process.env.EXPO_PUBLIC_API_URL, {