Fork me on GitHub
#cljsrn
<
2019-09-03
>
jimberlage15:09:40

My company (Guaranteed Rate) is looking for people to help us write Clojurescript/React Native apps full-time. We use shadow-cljs with reagent. We’re remote friendly, we have people in Alabama, Ohio, Missouri, and other places. The team is mostly in Chicago, so if you’re already there that works too. If you’re interested, email me a resume at james dot berlage at rate dot com and I’ll get back to ya. US only, authorized to work in the US. If you’re willing to relocate to Chicago that’s a plus, but it’s not a showstopper.

xfyre17:09:26

I’m curious how do we use RN RefreshControl with reagent/re-frame? Somehow I can’t achieve good UX on iOS. If refreshing property is subscribed to re-frame loading state, there’s a visible jitter when this state changes either way. If it’s referring a local ratom which resets to false when component re-renders - refresh spinner disappears almost immediately. On Android it’s way better, though.

jimberlage17:09:18

I think it might be a broader issue with React Native - see https://github.com/facebook/react-native/issues/24855

jimberlage17:09:46

That doesn’t match your issue exactly but it points to RefreshControl being a little buggy on iOS only

xfyre17:09:14

yes, this looks very much like it

xfyre17:09:26

I’ve commented there but not sure it will do any good