jay shah
jay shah
When using a simple snapshot test with import done as below, jest test fail. ``` TypeError: Invalid value used as weak map key at WeakMap.set () 3 | import Circles...
## Describe the feature In order to use a lib iin a non-module environment for web, having a window/umd target is useful. ## Motivation In order to use a lib...
Below is the sample code which is story for Switch component. Since Switch is controlled component, I use a State/Store addon to control . ```tsx import * as React from...
# Why I see the following crash in a build that has dev client disabled via `enableAutoSetup = false` - https://github.com/expo/expo/issues/25520 # How I saw DevLauncherDevSupportManager being set via reactnativehosthandler,...
### What happened? When running detox tests in CI, sometimes we get the following error around locking: ``` /Users/vagrant/git/node_modules/proper-lockfile/lib/lockfile.js:181 onCompromised: (err) => { throw err; }, ^ Error: Unable to...
For core synchronous/asynchronous operations performed by main api call sites like realm.write realm.objects etc. to reason about performance would be quite useful. The api is not very well supported in...
Is it possible to use this library without decorators? I see some APIs using decorators. Reluctant to use decorators due to lack of standardization of semantics. Is it possible to...
### Search Terms We use https://www.typescriptlang.org/tsconfig#moduleSuffixes for react-native project. Adding this config option causes `ts-node` to break, is there a way to avoid this? ### Expected Behavior ts-node should not...
Xcodes version used: ➜ ``` ~ xcodes version 1.2.0 ``` Unable to select/switch versions on terminal: As you see in the screenshot, trying to select xcode 14.3 does not work....
Native tracing sample is non-trivial as mentioned here: https://developer.android.com/topic/performance/tracing/custom-events#native-code and would be a useful kickstart sample