question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

screen freezes on ios and no touch support on Layout with entering or exiting animation

See original GitHub issue

Description

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:open
  • Created a year ago
  • Reactions:11
  • Comments:10

github_iconTop GitHub Comments

3reactions
entangledloopscommented, Sep 30, 2022

Is there a workaround or ETA on a fix for this?

2reactions
AhmadHoraniehcommented, Aug 17, 2022

@Tauka Can you explain what you did, please?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found