Skip to content

Commit 7dc57d6

Browse files
kraenhansenCopilot
andauthored
Apply suggestion from @Copilot
Co-authored-by: Copilot <[email protected]>
1 parent be84953 commit 7dc57d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cmake-rn/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Serves the same purpose as `cmake-js` does for the Node.js community and could p
66

77
## Linking against Node-API
88

9-
Android's dynamic linker impose restrictions on the access to global symbols (such as the Node-API free functions): A dynamic library must explicitly declare any dependency bringing symbols it needs as `DT_NEEDED`.
9+
Android's dynamic linker imposes restrictions on the access to global symbols (such as the Node-API free functions): A dynamic library must explicitly declare any dependency bringing symbols it needs as `DT_NEEDED`.
1010

1111
The implementation of Node-API is split between Hermes and our host package and to avoid addons having to explicitly link against either, we've introduced a `weak-node-api` library (published in `react-native-node-api` package). This library expose only Node-API and will have it's implementation injected by the host.
1212

0 commit comments

Comments
 (0)