Skip to content

Easily generate hashes of local files in a React Native application.

Notifications You must be signed in to change notification settings

wherr-dev/react-native-md5-file

Repository files navigation

react-native-md5-file

ANDROID IMPLEMENTATION TODO!

Getting started

$ npm install react-native-md5-file --save

Mostly automatic installation

$ react-native link react-native-md5-file

Usage

import Md5File from 'react-native-md5-file';

// TODO: What to do with the module?
Md5File;