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

generated android apk is too slow #224

Open
majidln opened this issue Oct 24, 2017 · 1 comment
Open

generated android apk is too slow #224

majidln opened this issue Oct 24, 2017 · 1 comment

Comments

@majidln
Copy link

majidln commented Oct 24, 2017

I use ./gradlew assembleRelease command and when using this APK it's too slow. for example, when I touch TouchableOpacity or TouchableWithoutFeedback in Android there is some second delay for trigger onPress event! what's the problem and how I can solve that?

@FruitieX
Copy link
Contributor

FruitieX commented Nov 3, 2017

Hi, this sounds unusual. From my experience release builds run way faster than debug builds. What are you doing in your onPress handler, does it affect other components (such as a large list of components re-rendering) or some other computationally heavy actions?

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

2 participants