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?
Without it I feel like I'm blind to permission state until I trigger a request for permission.
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
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
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