Fork me on GitHub
#cljsrn
<
2020-08-24
>
Oliver George09:08:25

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?

lepistane10:08:19

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

👍 3
Oliver George09:08:51

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

dotemacs12:08:52

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

dotemacs15:08:02

Are you using Krell with Leiningen at all? If you are, how do you do it? I’d like to add it here: https://github.com/clojure-emacs/cider/pull/2894/files#r475654287

dotemacs08:08:49

The succinct documentation about Krell setup has been merged into cider ’s repo. If your usage involves use via leiningen, please add the steps. Thanks