Fork me on GitHub
#cljsrn
<
2017-02-10
>
jstokes18:02:45

would it be possible to get a list of installed packages with react native android?

jstokes18:02:07

i’ve used the PackageManager before with native code

vikeri18:02:08

@jstokes You mean the npm packages? Not sure if there is a built in way. What is your use case?

jstokes18:02:58

no, i mean the android packages (com.google.mail, com.snapchat.android, …)

vikeri18:02:54

Ah ok, no idea. It’s not too difficult to write a Native->JS bridge if the data is easily accesible in Native-land

jstokes18:02:19

cool, thanks. i might take a crack at that then.

vikeri18:02:11

Yeah good luck! I did it a couple of months ago, so I might be able to help if you run into trouble

jeff.engebretsen18:02:47

I do native Android, if you need help on that end.