James Cullis

Results 10 issues of James Cullis

### Problem Description Using setNativeProps({text: 'xxx'}) on a TextInput the text is not updated. ### Steps To Reproduce Create following element: this.Element = ele} defaultValue={null} onChangeText={(e) => { this.Element.setNativeProps({text: null});...

enhancement
Area: TextInput

### Problem Description VS2022 17.1 causes build error. Reverting to 17.0.6 resolves the build but worth noting I can't see any previous builds on VS Community, only Enterprise and Professional....

bug
Area: Developer Experience
workaround exists
Scenario: Visual Studio

## Expected Behavior ## Current Behavior Periodically, I'm seeing sqlite get stuck in a loop with the message: No callback found with cbID 1013120 and callID 506560 for module .Args:[[{"qid":1111,"result":{"rows":[{"1":1}],"rowsAffected":0},{"qid":1111,"result":{"rows":[],"rowsAffeced":0},"type":"success"}]]...

Include '\b' in ios key list for backspace support.

### Problem Description When a view has a child view that is absolute and can sit outside of the parent view, if the parent view has borderRadius set then the...

bug
Area: Borders and Brushes
Area: Layout

### Problem Description When manipulating text during the onChangeText event, if the cursor is not at the end it will jump to the end. Video below is from mac but...

bug
Area: TextInput

What are the chances of getting external accessories build in for the iOS implementation?

### Problem Description We are seeing an issue in debug on larger fetch requests > 10mb (release is fine). Issue was not present in prior version and also not present...

bug
Area: Networking

### Problem Description Not sure if this is by design or not, but when you are using backspace to clear text in a TextInput, the onKeyPress event doesnt fire until...

bug
Area: TextInput
Area: Paper
Old Architecture
Workstream: Component Parity

### Describe the bug "Configuration system failed to initialize" when making calls from .net core on linux. Works fine on iis and in dev on macos. Any known issues here?...

bug