Skip to content

Commit ad9ce4d

Browse files
committed
remove unused imports
1 parent 66e0c92 commit ad9ce4d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/default-storage/example/examples/Functional.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import AsyncStorage from "@react-native-async-storage/async-storage";
33
import React, { useEffect, useState } from "react";
44
import isEqual from "lodash/isEqual";
55
import {
6-
NativeModules,
76
Platform,
87
ScrollView,
98
StyleSheet,

packages/default-storage/example/examples/MergeItem.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import AsyncStorage from "@react-native-async-storage/async-storage";
1010
import React, { useCallback, useState } from "react";
1111
import {
1212
Button,
13-
NativeModules,
1413
StyleSheet,
1514
Text,
1615
TextInput,

0 commit comments

Comments
 (0)