Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaaneek committed Mar 5, 2024
2 parents 552514b + 5e7b273 commit b2e14ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/framework/react/react-native.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,6 @@ function MyComponent() {
notifyOnChangeProps,
})

return <div>DataUpdatedAt: {dataUpdatedAt}</div>
return <Text>DataUpdatedAt: {dataUpdatedAt}</Text>
}
```

0 comments on commit b2e14ec

Please sign in to comment.