Ryan Wang
Ryan Wang
I found a workaround for my project: Create a new `InputField` component that wraps the existing input field with a `Pressable`. This will allow you to focus on the input...
@JoshMiers-FS @prashanthsadasivan-fullstory This is a WIP but let me know if this is sufficient to solve our customer's issue. If it's good I'll write some tests and add support for...
@pandu-supriyono I'm no longer working on the application that had this issue, and haven't looked at it for a while. Best of luck, this is a tough one.
> Does this break other react-native versions? I'm using `0.71` and with an upgrade of the fullstory package from 1.5.0 to 1.6.0 both Android and iOS builds are failing Could...
Updated jest dev dependencies and snapshots to resolve npm errors.
After discussion - we discovered new requirements: https://docs.google.com/document/d/1QAGpjrC96ePbY_-SugOYK9zFSaqh1HnkXh6CP5MrRp8
Closing this for now since we'll need to discuss console scrubbing on the native side
Our annotate plugin currently does not support anonymous function components. ``` import { observer } from "mobx-react-lite"; const HelloView = () => { return hello; }; const ObserverView = observer(HelloView);...
Closing. @rushi Let us know if this doesn't work for you.
@anttiviljami We currently do not have plans to build a separate esbuild plugin to support this. Is there any reason why a separate babel build step is not possible with...