Ryan Wang

Results 7 issues of Ryan Wang

## Description When nesting a horizontal `ScrollView` inside of vertical `ScrollView`, using Android Talkback to focus out of the horizontal `ScrollView` will cause the screen to scroll to the end...

Stale
Accessibility
Needs: Triage :mag:
Accessibility Team - Evaluated

React `18.3.0` moved the `currentProps` object into the `canonical` property. [PR here](https://github.com/facebook/react/pull/26408). This is causing us to not be able to read our FS attributes off of the component instance....

Issue: https://fullstory.atlassian.net/browse/MOCA-8076 Add methods `enableConsole ` and `disableConsole` to FullStory API that will extend React Native's `console` API. Messages will be passed to `FS.log`. Console capture defaults to enabled, and...

``` const CustomComponent = () => { return sample text } class CustomClassComponent extends React.Component { render() { return sample text } } const FSComponent = withFSAttributes(CustomComponent) const FSClassComponent =...

1. #22, #23 : Add installation scripts since it's unclear that our package is under our `@fullstory` monorepo. Add babel configuration instruction clearly at the top of the document. 2....

### Description ### Problem Starting in version `0.74.1` and above, due to this [change](https://github.com/facebook/react-native/pull/43396/files), the `batchRenderingUpdatesInEventLoop` feature flag is turned ON. This causes NativeCommands called in `ref` functions to fail....

Platform: iOS
Issue: Author Provided Repro
Newer Patch Available
Type: New Architecture

[MOCA-8077](https://fullstory.atlassian.net/browse/MOCA-8077) Implement React Native unhandled exception logger in `eventHandler.ts`, sending stack trace information to `FS.log`. Defaulting this on `ON` to avoid manual user implementation. [Sample session](https://app.staging.fullstory.com/ui/KWH/session/5023681300332544:1216163673456140521/devtools/console). Open questions: We don't...