Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

com.facebook.react.bridge.JSApplicationCausedNativeException: Illegal node ID set as an input for Animated.Add node #29768

Closed
lucasluca opened this issue Aug 25, 2020 · 6 comments
Labels
API: Animated Needs: Triage 🔍 Stale There has been a lack of activity on this issue and it may be closed soon.

Comments

@lucasluca
Copy link

Please provide all the information requested. Issues that do not follow this format are likely to stall.

Description

Im developing an app in react native 0.62, and im having this issue in some moments on my app especially when i focus on a input, i already tried to fix all Elements key on map iterario. And this problem just happends on Andrroid.

React Native version:

0.62.0

Steps To Reproduce

There is no a specific step, some times when i click on a TextInput it gives me this error

Expected Results

Do not crash the app

Snack, code example, screenshot, or link to a repository:

I already changed Keys values in the code

@rainWang1123
Copy link

I have encountered the same problem, have you solved it?

@jeremycod
Copy link

Anyone found solution for this problem?

@Ashoat
Copy link
Contributor

Ashoat commented Nov 16, 2020

I've noticed this issue occurring when using autoFocus on a TextInput that appears on a React Navigation modal. If you are seeing this issue, try to replace autoFocus with a ref that calls focus() after a short delay.

@meliodev
Copy link

meliodev commented Jan 6, 2022

Same ! Many of my app's users get app crash because of this exception:

com.facebook.react.bridge.JSApplicationCausedNativeException: Illegal node ID set as an input for Animated.multiply node.

react-native: 0.63.2
react: 16.13.1

@github-actions
Copy link

This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days.

@github-actions github-actions bot added the Stale There has been a lack of activity on this issue and it may be closed soon. label Jun 30, 2023
@github-actions
Copy link

github-actions bot commented Jul 8, 2023

This issue was closed because it has been stalled for 7 days with no activity.

@github-actions github-actions bot closed this as completed Jul 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API: Animated Needs: Triage 🔍 Stale There has been a lack of activity on this issue and it may be closed soon.
Projects
None yet
Development

No branches or pull requests

6 participants