You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
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?
The text was updated successfully, but these errors were encountered: