AE0011

Results 4 issues of AE0011

After installing this library android studio warn me that default activity not found so i cant run it normally

` proxy.invoke(...) .done((directResponse) => { console.log('direct-response-from-server', directResponse); // directResponse is always 'undefined'!! but server will do that func correctly }).fail((e) => { console.warn('Something went wrong when calling server, it might...

sometimes this error happen on android withRheostat.tsx line 166 previousHandlePos is undefined ` const proposedPosition = (gestureState.dx / width) * PERCENT_FULL + previousHandlePos[idx];` ![screenshot_error](https://user-images.githubusercontent.com/37038198/163181323-383e0fbf-db16-4351-84bc-2c3790042501.jpg)

I want to store/move my files to external storage(SD Card) firstly I want to check if there is any sdCard or not then I have tested with a android phone...