cljsrn

https://github.com/drapanjanas/re-natal | https://github.com/drapanjanas/re-natal/wiki/FAQ | https://github.com/condense/mercury-app/wiki | https://github.com/seantempesta/expo-cljs-template/ https://www.npmjs.com/package/create-expo-cljs-app
Oliver George 2020-08-24T09:45:25.018Z

Wondering about adding react-native-community/react-native-permissions to my app. We use geolocation, take photos and allow picking images from the image library. Is it overkill or a nicer interface for working with permissions?

Oliver George 2020-08-24T09:45:51.018600Z

Without it I feel like I'm blind to permission state until I trigger a request for permission.

Oliver George 2020-08-24T09:51:55.019500Z

Good old status-react uses it for in their https://github.com/status-im/status-react/blob/develop/src/status_im/ui/components/permissions.cljs ns

lepistane 2020-08-24T10:17:19.020400Z

i've used https://reactnative.dev/docs/permissionsandroid before and it was fine (i needed it only for android) but lib you mentioned seems good choice

👍 1
dotemacs 2020-08-24T12:56:52.021100Z

Krell CIDER documentation I added Krell documentation for CIDER. But only how to start it from within CIDER. See: https://github.com/clojure-emacs/cider/pull/2894 Do you use Krell with CIDER and do you start it standalone and then subsequently connect to it via CIDER? If you do, can you add that part of the section? I personally use shadow-cljs, hence the request. Thanks