You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/USAGE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ The app developer has to install both `calculator-lib` as well as `react-native-
17
17
The reason for the latter is a current limitation of the React Native Community CLI which doesn't consider transitive dependencies when enumerating packages for auto-linking.
18
18
19
19
> [!WARNING]
20
-
> It's important to match the version range of the `react-native-node-api` declared as peer dependency by `calculator-lib`.
20
+
> It's important to match the version range of the `react-native-node-api` declared as a peer dependency by `calculator-lib`.
21
21
22
22
For the app to resolve the Node-API dynamic library files, the app developer must update their Babel config to use a `requireNodeAddon` function exported from `react-native-node-api`:
0 commit comments