Skip to content

Commit

Permalink
remove mmkv
Browse files Browse the repository at this point in the history
  • Loading branch information
ospfranco committed Mar 12, 2024
1 parent 4215e6a commit 583c1b4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 14 deletions.
Binary file modified example/.yarn/install-state.gz
Binary file not shown.
3 changes: 0 additions & 3 deletions example/src/Database.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import performance from 'react-native-performance';
import Chance from 'chance';
import {open} from '@op-engineering/op-sqlite';
import {MMKV} from 'react-native-mmkv';
const mmkv = new MMKV();
import {Buffer} from 'buffer';

const chance = new Chance();

Expand Down
11 changes: 0 additions & 11 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8145,7 +8145,6 @@ __metadata:
prettier: "npm:2.8.8"
react: "npm:18.2.0"
react-native: "npm:0.73.1"
react-native-mmkv: "npm:^2.11.0"
react-native-performance: "npm:^5.1.0"
react-native-restart: "npm:^0.0.27"
react-test-renderer: "npm:18.2.0"
Expand Down Expand Up @@ -8779,16 +8778,6 @@ __metadata:
languageName: node
linkType: hard

"react-native-mmkv@npm:^2.11.0":
version: 2.11.0
resolution: "react-native-mmkv@npm:2.11.0"
peerDependencies:
react: "*"
react-native: ">=0.71.0"
checksum: 10c0/835626215db96509d46a845012e4a2510f126604ba3d4df7b5edff49fdb7af6e5d01ad16b3f760126145099fd647328d6229bbe91f2408768da1964af32afadc
languageName: node
linkType: hard

"react-native-performance@npm:^5.1.0":
version: 5.1.0
resolution: "react-native-performance@npm:5.1.0"
Expand Down

0 comments on commit 583c1b4

Please sign in to comment.