Timothy Shamilov

Results 56 issues of Timothy Shamilov

defaultvalues are currently being presented as a placeholder. a defaultValue is still a value. this violates material design guidelines and is confusing to users. PR stops this from happening and...

The Iterable docs recommending using the `@import` Objective-C module syntax: Unfortunately, this is not compatible with Objective-C++ (React Native 0.68+): Please provide us with the headers we can import instead...

### [READ] Step 1: Are you in the right place? Issues filed here should be about bugs in __the code in this repository__. If you have a general question, need...

api: performance
sdk-performance

### Description Unhandled promises are warnings. They are not crashes or exceptions. Bugsnag is treating them like "unhandled exceptions" which affects our stability score and makes it inaccurate. We care...

feature request
backlog

## 🔹 JIRA Ticket(s) if any N/A external ## ✏️ Description > Please provide a brief description of what this pull request does. Currently we are having to patch the...

Hello, I noticed that there isn't really a succinct thread anywhere on the lack of use_frameworks support. This Podfile directive is starting to become more necessary. What work (if any)...

### Minimal reproducible example N/A ### Summary > Error: Unable to resolve "immer" 1. immer's [entrypoint](https://github.com/immerjs/immer/blob/main/package.json) for its `react-native` bundle is an 'mjs' file 2. metro default config does not...

Issue accepted

Currently crypto.subtle support is [known to be missing](https://github.com/margelo/react-native-quick-crypto/blob/7810f4b63170fda03da64d3edc2069b3111a3001/src/index.ts#L11). I propose to add crypto.subtle support. Let me know what the status on this is and whether it's open for PRs.

enhancement

### :wrench: Summary The lefthook.yml supports the `root:` directive in order to run the hooks from a separate monorepo folder. However it does not pass this information to the hooks...

bug

The system gradle cache can corrupt Android builds, especially CMake. In this PR I've added wiping the system gradle cache as an option.