James Cullis
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});...
### 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....
## 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...
### 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...
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...
### 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...
### 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?...