Skip to content

Commit 84bfc66

Browse files
docs: update react-native.md (#6744)
1 parent ce313af commit 84bfc66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/react/react-native.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,6 @@ function MyComponent() {
134134
notifyOnChangeProps,
135135
});
136136

137-
return <div>DataUpdatedAt: {dataUpdatedAt}</div>;
137+
return <Text>DataUpdatedAt: {dataUpdatedAt}</Text>;
138138
};
139139
```

0 commit comments

Comments
 (0)