NoodleOfDeath

Results 10 issues of NoodleOfDeath

# Summary This addresses - https://github.com/enesozturk/react-native-hold-menu/issues/86 - https://github.com/enesozturk/react-native-hold-menu/issues/105 - https://github.com/enesozturk/react-native-hold-menu/issues/106 `MenuItems` uses an numeric `index` for reactive keys, so react has no idea that the item needs to be recomputed...

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. The following fixes what is happening...

**Describe the bug** Because this uses `nanoid` instead of allowing the developer to specify their own `key` values, sometimes the menu `onPress` does not update when it should. **To Reproduce**...

bug

Can you make it possible for actions sheets to come down from the top of the screen? I have a sheet that has an autofocus search bar in it, and...

This fix simply allows a completely valid optional `$ref` property to be added to a `SchemaObject` instance. - [x] I only have 1 commit. - [x] My commit is prefixed...

Need to - [ ] run some tests first, but this allow devs to use the unsafe method that does not force an alert popup. - [x] I need to...

I am getting a dependency error just when i try to use the component. Am i missing a config or dependency? What I have already done: - [x] `rm -rf...

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...

Not sure if you would find this useful, and it would not be a breaking change for previous users... but I wrote the following component to simplify the boiler plate...