react native new architecture -- jsi
npm install react-native-cache
import { multiply } from "react-native-cache";
// ...
const result = await multiply(3, 7);
# in react-native-cache directory install dependency
$ yarn
$ cd cpp/HCache && ./ios_build.sh
# back react-native-cache director
$ yarn example ios
$ yarn example android
MIT