0.1.0 • Published 2 years ago

react-native-ycache v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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