Alexandre Moureaux

Results 19 issues of Alexandre Moureaux

Attempt to fix #11 Major issues remaining on this PR: - [ ] Impact on app performance seems far from negligible - [ ] First measure takes too long for...

An idea would be to pass e2e test shell commands instead of ts/js scripts and have measures on it

enhancement

**What** Max FPS is set to 60 in the code We need to account for devices with a higher refresh rate **How to implement** - this file needs to be...

bug
enhancement

iOS support isn't a priority at the moment, since on average iOS devices performance is much better (and usually that translates to apps having less performance issues). However it is...

enhancement

Flow version: 0.128.0 ## Expected behavior ```js type StringToNumber = {[string]: number}; const noError = (id: string) => { const map: StringToNumber = { [id]: "nonsense" }; } ``` The...

bug
Typing: soundness

- [x] iOS support - [ ] package.json template / run npm init - [ ] Use promises instead of callback or give option - [ ] Add prompt for...

Hi, Thanks a lot for this package! We recently upgraded to twitter kit v3 on Android & iOS and hit the notorious "main thread blocking" on Android. But then we...