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

Stop manually manage viewControllers store, Iterate layout instead #4991

Merged
merged 2 commits into from
Apr 17, 2019

Conversation

yogevbd
Copy link
Collaborator

@yogevbd yogevbd commented Apr 17, 2019

Until now when a native layout was created it registered to a store for us to identify this layout later on by componentId.

This caused leaks and crashes, there was no sense in referring to those objects, therefor we removed that store and now we are iterating the application layout when needed.

Addresses #4901

@yogevbd yogevbd merged commit 275304c into master Apr 17, 2019
@yogevbd yogevbd deleted the removeStore branch April 17, 2019 15:42
vshkl pushed a commit to vshkl/react-native-navigation that referenced this pull request Feb 5, 2020
…ix#4991)

* Stop manually manage viewControllers store, Iterate layout instead

* Update RNNCommandsHandlerTest.m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant