We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be203ae commit 75d33e8Copy full SHA for 75d33e8
README.md
@@ -72,11 +72,9 @@ const MyComponent = () => {
72
73
```typescript
74
import { Text, View } from "react-native";
75
-import { useAutoTranslate, FormattedText } from "react-native-autolocalise";
+import { FormattedText } from "react-native-autolocalise";
76
77
const MyComponent = () => {
78
- const { t } = useAutoTranslate();
79
-
80
return (
81
<View>
82
<FormattedText>
0 commit comments