Sandro Machado
Sandro Machado
@FuYaoDe do you have plans to merge this PR? I will make another PR and this PR being merged it will help.
@nelsonkam I know, but the component should know that it is not required to redraw the component, since I am not changing any variable that affects the component.
Another fix for this is using the imperative method available in the StatusBar. ``` StatusBar.setBackgroundColor(shadeStatusBarColor(this.pageArray[index].backgroundColor, -0.3), false); ``` This will not cause the re-render of the `AppIntro` component.
This is `kind of` fixed by #42.
@Vantablack are you using the sample project to test it? But, unfortunately this version has a memory leak that makes it almost unusable.
@mvrogowski This version has an issue that causes a memory leak. I did not had time to fix the issue.
Hi @k3t0 Can you try to use in your project the `buildToolsVersion "23.0.1"`?
@k3t0 you need to disable `instant run`. Can you please try it and give feedback?
@tomsang can you please rebase?
@zsweigart any updates?