Daniel Givoni
Daniel Givoni
### Issue details i implemented a parallax scrollview but how do i use inputText in it ? how can i use keyboard aware scroll? ### Steps to reproduce use InputText...
Hi thanx for a great package @n4kz is there a plan to continue maintenance on this repo - ex to support RN 0.60?
if i want to check if app installed not from APP_LIST as said in tutorial not working as it searches them in APP_LIST: ```javascript static isAppInstalledAndroid(key) { return this.checkPackageName(APP_LIST[key].pkgName); }...