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

[Help] How does one measure the performance gains? #18

Open
mihir0x69 opened this issue Dec 23, 2021 · 2 comments
Open

[Help] How does one measure the performance gains? #18

mihir0x69 opened this issue Dec 23, 2021 · 2 comments

Comments

@mihir0x69
Copy link

mihir0x69 commented Dec 23, 2021

This is not exactly an "issue" with the library. But a few pointers on how to measure the performance gains (in release mode) would help me justify using this library in our app. TIA!

@PopJoestar
Copy link

I use it in my react-native app and I have a huge performance gain when switching to dark mode or changing language in my app because it updates only the focused screen and updates the other screens when they are focused.

@MuckT
Copy link

MuckT commented Nov 2, 2022

The <profileable> tag in the AndroidManifest.xml was probably the best way I found to profile RN Applications on Android in release mode. You can also set it up conditionally to avoid including it in true release builds as was done in valora-inc/wallet#2995.

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

No branches or pull requests

3 participants