Dhaval
Dhaval

Reputation: 978

How can I get list of apps, images and videos of my device in react native?

I want to get list of apps, images and videos from my device and show them into list, how can i do this using react native?

Thank in advance!!

Upvotes: 2

Views: 1435

Answers (1)

BloodyMonkey
BloodyMonkey

Reputation: 1634

There are many modules for this like react-native-android-installed-apps-unblocking or react-native-installed-apps for installed apps and react-native-cameraroll to access the gallery

Upvotes: 1

Related Questions