screen freezes on ios and no touch support on Layout with entering or exiting animation
See original GitHub issueDescription
On ios the screen freezes on Layout with entering or exiting animation. When i navigate to the page that has layout on navigate back then the screen freezes and has no touch support. The problem is that there is no error in console in order to debug it.
Expected behavior
Actual behavior & steps to reproduce
Snack or minimal code example
import React, { Component } from 'react';
import Animated, { SlideInLeft, SlideOutLeft } from "react-native-reanimated";
class Search extends Component {
render(){
return (
<Animated.View style={{flex: 1}} entering={SlideInLeft} exiting={SlideOutLeft}>
</Animated.View>
);
}
}
export default Search
Package versions
i have these packages installed
“@react-navigation/native”: “^6.0.11”, “@react-navigation/stack”: “^6.2.2”, “react”: “18.0.0”, “react-native”: “0.69.1”, “react-native-reanimated”: “^2.9.1”
Affected platforms
- Android
- iOS
- Web
Issue Analytics
- State:
- Created a year ago
- Reactions:11
- Comments:10
Top Results From Across the Web
If your iPhone won't turn on or is frozen - Apple Support
Press and hold the side button until you see the Apple logo. An animation of an iPhone with arrows pointing to the volume...
Read more >Known issues in After Effects - Adobe Support
This document provides information on the list of known issues in After Effects.
Read more >iOS 16 Problems and Bugs with Fixes in 2022 - Tenorshare
Go to Settings> Accessibility > Touch>Turn ON Touch Accommodations>Select Use Initial Touch Location. Then turn on Swipe Gestures and select ...
Read more >Multi-window support - Android Developers
Resize your app in split-screen mode by dragging the screen divider. Verify that the app resizes without crashing and that necessary UI elements...
Read more >Documentation - Principle
Principle is a tool for designing animated and interactive user interfaces for web, ... Use an app like AnyFont to install non-iOS fonts...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Is there a workaround or ETA on a fix for this?
@Tauka Can you explain what you did, please?