react-native-ycache
v0.1.0
Published
react native new architecture -- jsi
Downloads
2
Readme
react-native-cache
react native new architecture -- jsi
Installation
npm install react-native-cache
Usage
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 ios
Andorid
$ yarn example android
License
MIT