react-native-ycache
v0.1.0
Published
react native new architecture -- jsi
Downloads
0
Readme
react-native-cache
react native new architecture -- jsi
Installation
npm install react-native-cacheUsage
import { multiply } from "react-native-cache";
// ...
const result = await multiply(3, 7);Example
# in react-native-cache directory install dependency
$ yarn iOS
$ cd cpp/HCache && ./ios_build.sh
# back react-native-cache director
$ yarn example iosAndorid
$ yarn example androidLicense
MIT
