Pinned Repositories
make-react-native-package
CLI tool for bootstrapping react-native packages with Kotlin & Swift & Typescript
react-native-collapsible-header-views
ScrollView, FlatList, SectionList with collapsible headers + HOC for wrapping custom scrollables
react-native-color-matrix-image-filters
Various color matrix based image filters for iOS & Android
react-native-image-filter-kit
Various image filters for iOS & Android
react-native-reanimated-color-picker
Natively animated HSV color picker for iOS & Android
react-native-text-gradient
Text gradient for React-Native (ON HIATUS)
spectypes
Fast, compiled, eval-free data validator/transformer
ts-elmish
Elmish architecture in Typescript
ts-railway
ROP flavoured Result & AsyncResult types
un-flatten-tree
A small npm module for converting trees to lists and vice versa.
iyegoroff's Repositories
iyegoroff/make-react-native-package
CLI tool for bootstrapping react-native packages with Kotlin & Swift & Typescript
iyegoroff/ts-elmish
Elmish architecture in Typescript
iyegoroff/react-native-promise-rejection-utils
Utils for global tracking of unhandled promise rejections
iyegoroff/detox-take-screenshot
A tiny hack to enable screenshot taking inside detox tests
iyegoroff/strict-mitt
🥊 Tiny 200 byte functional event emitter / pubsub. This fork is stricter than original mitt - more info https://github.com/developit/mitt/pull/114#issue-461081765
iyegoroff/ts-micro-dict
Functions for representing plain objects as typesafe immutable dictionaries
iyegoroff/build-for-cjs
iyegoroff/deep-stub-object
iyegoroff/fable-android
Fable & Android Docker image
iyegoroff/fetchmap
Non-throwing Fetch API wrapper
iyegoroff/fun-constructors
Functional constructors for standard collections
iyegoroff/glob-json
Edit JSON files from CLI with globbing patterns
iyegoroff/hash-sum
:confetti_ball: Blazing fast unique hash generator
iyegoroff/npm-workspaces-symlink-bug
iyegoroff/react-native-config
Bring some 12 factor love to your mobile apps!
iyegoroff/react-native-gesture-handler
Declarative API exposing platform native touch and gesture system to React Native.
iyegoroff/react-native-keyboard-listener
KeyboardListener component for React-Native
iyegoroff/ReflectUtils
My reflect utils to use across react-native projects
iyegoroff/remotedev
Remote debugging for any flux architecture.
iyegoroff/storage-map
Non-throwing Storage API wrapper
iyegoroff/storage-settings
Storage API based settings manager
iyegoroff/ts-generic-property
Creates object with generic property
iyegoroff/ts-is-record
iyegoroff/ts-react-memo
React.memo type fix
iyegoroff/tslint-max-import-line-length
TSLint rule that requires import lines to be under a certain max length and provides a fix for long lines
iyegoroff/tslint-no-named-import-export
TSLint rule that prohibits named imports and exports
iyegoroff/typed-graphqlify
Build Typed GraphQL Queries in TypeScript. A better TypeScript + GraphQL experience.
iyegoroff/ubuntu-node-android-git
Docker image
iyegoroff/use-null-ref
const useNullRef = <T>() => useRef<T>(null)
iyegoroff/why-did-you-render
why-did-you-render by Welldone Software monkey patches React to notify you about potentially avoidable re-renders. (Works with React Native as well.)