rn-custom-action-sheet
Custom action sheet package made with only inbuilt components of React and React Native.Tried to make same as default action sheet from iOS.
Found 29 results for Action
Custom action sheet package made with only inbuilt components of React and React Native.Tried to make same as default action sheet from iOS.
Redux Action Emitter
Extensible class to validate Redux/Flux actions properties and ensure consistency across large projects
Third-party library that helps you write Redux logic easily and simply.
Abstraction layer for encryption used in Progressiver
MySQL Github Action
This package contains some typescript types i use in many project. Some examples are: ```ts const o1: Option<string> = { kind: 'some', value: 'hello i am an option value' }
Password checker Github Action
This package contains some helper functions i use in many project. Some examples are: ```ts const isNum1 = isNumber(3); const isNum2 = isStringNumber('3');