François de Campredon
François de Campredon
Yup that's what i thought but it works. I fail to explain while exactly but RelayObservable seems to resubscribe every time when the Network return an observable. (which make polling...
I'll do so !
I made something a bit similar : https://github.com/fdecampredon/todo-mvc-react-hooks-experiments/blob/reactive-state/src/App.js
:+1: higher kinded type would be a big bonus for functional programming construct, however before that I would prefer to have correct support for higher order function and generic :p
@Pietro-Putelli I had the same problem, I discovered that by passing `initialWindowMetrics` to SafeAreaProvider the problem disappear, I guess that if you don't the component will renderer nothing during the...
The problem is that I was never able to obtain this crash myself on phone/simulator while testing .... All I can do is to push a new version hoping that...
Perhaps it's a stupid proposition but with that kind of thing : https://gist.github.com/fdecampredon/86ccbba3863bccaec7dd We could obtain client media information while we stream server response and still have the same result...
I would like to be able to specify some property value with tag : ``` jsx // vs ... ... ```
I'll update This repo to ts 1.5 this weekend if I remember correctly ts 1.5 support non .ts extension
Honestly I have no clue :/ If you happens to have more logs ...