Skip to content

Commit 664fc59

Browse files
committed
more typos
1 parent dba65eb commit 664fc59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/blog/2025-10-08-react-native-0.82.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Starting from React Native 0.82, native components will provide DOM-like nodes v
158158

159159
<!--alex ignore just retext-equality-->
160160

161-
Before, native components provided React Native-specific objects with just a handful of methods like `measure` and `setNativeProps`. After this release, they will provide [nodes implementing a subset of the DOM API](https://reactnative.dev/docs/element-nodes) that allow traversing the UI tree, measuring layout, etc. as they do on Web, e.g.:
161+
Before, native components provided React Native-specific objects with just a handful of methods like `measure` and `setNativeProps`. After this release, they will provide [nodes implementing a subset of the DOM API](https://reactnative.dev/docs/element-nodes) to traverse the UI tree, measure layout, and more as on Web. For example:
162162

163163
```jsx
164164
function MyComponent(props) {

0 commit comments

Comments
 (0)