Milad Hashemi
Milad Hashemi
Can someone please help me? Where and how can I disable the three dots menu? I have zero experience in Objective C and I'm totally lost in the code.
### Description When using `LayoutAnimation.configureNext(LayoutAnimation.Presets.linear)` - the header is no longer collapsing or updating. ### Steps to reproduce ``` React.useLayoutEffect(() => { navigation.setOptions({ headerTitle: () => ( { LayoutAnimation.configureNext(LayoutAnimation.Presets.linear); ),...
## Environment System: OS: macOS 12.5 CPU: (10) arm64 Apple M1 Pro Memory: 103.72 MB / 16.00 GB Shell: 5.8.1 - /bin/zsh Binaries: Node: 16.15.0 - ~/.nvm/versions/node/v16.15.0/bin/node Yarn: Not Found...
Is the normal behavior that content in bottom sheet are always mounted? I have some heavy stuff and calculations going on inside the bottom sheet. How can I prevent it...