Skip to content
View Inalegwu's full-sized avatar
๐Ÿ’œ
Exploring
๐Ÿ’œ
Exploring

Block or report Inalegwu

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
Inalegwu/README.md
  • ๐Ÿ‘‹ Hi, Iโ€™m Inalegwu
  • ๐Ÿ’ก Mobile Developer Working with React Native
  • ๐Ÿ’ž๏ธ Iโ€™m looking to collaborate on React Native Based Projects
  • ๐Ÿ“ซ How to reach me email :[email protected]

Pinned Loading

  1. Apollo Apollo Public

    Cross Platform File Sharing Solution

    TypeScript

  2. MakeSafeFunc MakeSafeFunc Public

    Wrapper function for neverthrow to turn unsafe functions into result types

    TypeScript 1

  3. EdigaOyaRaysOfHope EdigaOyaRaysOfHope Public

    Ediga-Oya Rays Of Hope Marketing Website/Landing Page

    TypeScript

  4. Typed EventEmitter to ensure You're ... Typed EventEmitter to ensure You're never listening to events that don't exist
    1
    import EventEmitter from "node:events";
    2
    
                  
    3
    export class TypedEventEmitter<TEvents extends Record<string, unknown>> {
    4
      private emitter = new EventEmitter().setMaxListeners(15);
    5