wix-incubator / react-native-keyboard-input

Use your own custom input component instead of the system keyboard
MIT License
818 stars 150 forks source link

Memory Leak in Android #112

Open aksmfosef11 opened 4 years ago

aksmfosef11 commented 4 years ago

"react-native-keyboard-input": "^6.0.0" "react": "16.9.0" "react-native": "0.61.4"

Android 10 debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.4'

I checked through leakCanary. Screenshot_20200626-151435

how to fix it?