-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
Trying to add unknown view tag #14944
Comments
I'm closing this as the author states it cannot be reproduced. In general, debugging crashes shown in logs that can't be reproduced locally is not something that can be handled nicely here in this issue repo. I'm not saying the problem is not there - however I believe it's best to wait until this can be reproduced locally before opening an issue. Thanks for your understanding! |
I'm also experiencing this issue. It seems to be already discussed on #13984. Using LayoutAnimation on Android with react-native version prior to 0.45 is probably leading to this problem. |
I am still seeing this issue in 0.49.3:-
|
This issue is closed, I recommend opening a new issue. |
@hramos It's a random crash that occurs 10% of the time when called in the runApplication method in Libraries / ReactNative / AppRegistry.js,and I get a crash report that looks like this. |
Any update? I'm on a recent fork done from wix master |
i have the same problem |
Same problem |
I solved with this I think, reyalpsirc/react-native-navigation@a0ea201 |
Duplicate of #17178 (comment) |
Is this a bug report?
Yes
Have you read the Bugs section of the Contributing to React Native Guide?
Yes
Environment
react-native -0.43.4:
node -6.9.1:
npm -3.10.8:
yarn --version (if you use Yarn):
Then, specify:
Target Platform (e.g. iOS, Android): Android
Development Operating System (e.g. macOS Sierra, Windows 10): Mac OS
Build tools (Xcode or Android Studio version, iOS or Android SDK version, if relevant):
Android Studio SDK version 24
Steps to Reproduce
(Write your steps here:)
1.Even now, can not reproduce, only to see the online error log
2. com.facebook.react.uimanager.IllegalViewOperationException: Trying to add unknown view tag: 682
3.How to find where the problem occurred? the tag? but how to find in js file?
Expected Behavior
(Write what you thought would happen.)
Actual Behavior
(Write what happened. Add screenshots!)
Not necessarily now,Online crash
com.facebook.react.uimanager.IllegalViewOperationException: Trying to add unknown view tag: 769
at com.facebook.react.uimanager.UIImplementation.setChildren(UIImplementation.java:388)
at com.facebook.react.uimanager.UIManagerModule.setChildren(UIManagerModule.java:326)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.facebook.react.bridge.BaseJavaModule$JavaMethod.invoke(BaseJavaModule.java:345)
at com.facebook.react.cxxbridge.JavaModuleWrapper.invoke(JavaModuleWrapper.java:141)
at com.facebook.react.bridge.queue.NativeRunnable.run(Native Method)
at android.os.Handler.handleCallback(Handler.java:733)
at android.os.Handler.dispatchMessage(Handler.java:95)
at com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage(MessageQueueThreadHandler.java:31)
at android.os.Looper.loop(Looper.java:146)
at com.facebook.react.bridge.queue.MessageQueueThreadImpl$3.run(MessageQueueThreadImpl.java:196)
at java.lang.Thread.run(Thread.java:841)
(Paste the link to an example project and exact instructions to reproduce the issue.)
The text was updated successfully, but these errors were encountered: