Fork me on GitHub
#cljsrn
<
2016-12-13
>
tiensonqin01:12:44

@jorda0mega Hi, sorry for the late response, I don’t experience this decorator error, maybe because I’m using re-natal?

tiensonqin01:12:54

@jorda0mega BTW, I know you are playing with Exponent, would you like to share your experience using boot-react-native with Exponent, I’m new to boot and would like to add boot support with Exponent.

jorda0mega01:12:15

@tiensonqin: yeah. I'll share a repo sometime this week with an example app

raspasov10:12:24

hey guys - who's the maintainer of http://cljsrn.org ? would love to get our company logo on there : )

raspasov10:12:38

we have a production ReactNative/ClojureScript app

raspasov10:12:00

nvm there's a link at the bottom : )

raspasov11:12:50

@tiensonqin thanks just did : )

jurgen_photek11:12:33

hey everybody. I'm trying to find out a bit more about app state... and how it relates to my re-natal app. for example, on android, if I go from my re-natal app to the homescreen or another app and come straight back, the app is in the state I left it. But it seems if I leave it some time and come back, the app re-initializes. Is this a time-based thing? I doubt this is specific to cljrn, but google has failed me so far. the official docs have an api for app state https://facebook.github.io/react-native/docs/appstate.html but not much in the way of explanation. For example, clearly when I go to the home screen my app goes into background state, but that doesn't necessarily mean it has lost it's state.

vikeri12:12:24

@jurgen_photek It is not specific to cljsrn nor react native. Android kills the app after it has been in the background a while. When depends on your usage of other apps, android model etc. The next time you start it it will have to reload the state.

vikeri14:12:43

@jurgen_photek If you need to run jobs in the background I’m actually working on a library for doing that in React Native

misha16:12:51

@vikeri make it RN-wrapper-agnostic!

vikeri16:12:28

@misha Yeah that was the plan

levitanong23:12:56

What is the best place to put a panresponder in an om.next project? Is putting it in state a sane thing to do?