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 ce313af commit 84bfc66Copy full SHA for 84bfc66
1 file changed
docs/react/react-native.md
@@ -134,6 +134,6 @@ function MyComponent() {
134
notifyOnChangeProps,
135
});
136
137
- return <div>DataUpdatedAt: {dataUpdatedAt}</div>;
+ return <Text>DataUpdatedAt: {dataUpdatedAt}</Text>;
138
};
139
```
0 commit comments