reactnativecn / react-native-http-cache

Native module to control react native http cache
226 stars 109 forks source link

How can i use it. #5

Open uncleRX opened 8 years ago

uncleRX commented 8 years ago

Hello 1.install react-native-http-cache, 2.import {getImageCacheSize,clearImageCache} from 'react-native-http-cache'; in my project. i can't use it to clearCache. i can't see the example code about how to use it,give me a tip.

tdzl2003 commented 8 years ago

This module doesn't support RN 0.27+ now, I'm working on it.

12343954 commented 8 years ago

@uncleRX

import * as httpCache from 'react-native-http-cache'

usage: httpCache.getHttpCacheSize()