Skip to content

Commit 75d33e8

Browse files
committed
update readme
1 parent be203ae commit 75d33e8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,9 @@ const MyComponent = () => {
7272

7373
```typescript
7474
import { Text, View } from "react-native";
75-
import { useAutoTranslate, FormattedText } from "react-native-autolocalise";
75+
import { FormattedText } from "react-native-autolocalise";
7676

7777
const MyComponent = () => {
78-
const { t } = useAutoTranslate();
79-
8078
return (
8179
<View>
8280
<FormattedText>

0 commit comments

Comments
 (0)