-
Notifications
You must be signed in to change notification settings - Fork 25
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
Does not solve TransactionTooLargeException with icepick library #37
Comments
@yogeshchoudhary147 You'd need to show me how you are saving your data. If you're not using |
Thanks for your quick response @byencho. I am not actually not doing anything else in MainActivity.java. I am not using |
@yogeshchoudhary147 If you are not using If you are not manually saving any other kind of state in your Activity, then the problem is probably too much state being saved in the Views by React Native. Please see the (unresolved) issue discussion here : facebook/react-native#19458 . |
@yogeshchoudhary147 I'm going to close this issue for now, since it's really just a problem with state-saving inside React-Native and not with |
Hi @byencho ,
When used with icepick library, the TransactionTooLargeException still occurs.
Sample Code:
MyActivity.java:
MyApplication.java:
It is a react native app with single activity.
The text was updated successfully, but these errors were encountered: