Alexey Bratushka

Results 23 comments of Alexey Bratushka

Hi Can you guys tell what app behavior do you see once you face this kind of crush? Is app closed?

UPD: Before I implemented this I had upload forcing my app to go to background mode in favour of upload service popup and app crush soon.

@vmary2014 If your app stop receiving events from uploader, this might be another known issue https://github.com/Vydia/react-native-background-upload/issues/129 There is fork proposed, that solved it for me

@guperrot what is the best-practice for building beta/production and pushing it to separate appcenter apps from single source? The issue is clear I guess, one should parametrize json file during...

Hi, @krzysztofpniak _loaded_ and _loading_ properties set by AsyncConnect are stored in store and connected to component. Given that func you want should not be stored in store, AsyncConnect has...

@krzysztofpniak, basically js function is serializable, however it still might reference current scope variables and if you put func into state and try to use it later how can you...

Can you plz clarify your statement ? > but to put it into object that is connected to react component only. What is connected can be state property or action...

@dfcarpenter hello. As long as you decorate your component with@asyncConnect you don't need to use @connect to access fetched data caz it's already in component's props. Sure if you want...

Guys, as it was mentioned before team is a bit slow with issues related to testing against different environments. If one experiences peer dependency issues its probably easier for him...

I would support proposal this too, its widely used approach