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: native-api-access.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
@@ -78,7 +78,7 @@ if (global.isIOS) {
78
78
```
79
79
80
80
::: warning Note
81
-
The code block is wrapped with `global.isIOS` so that it is only executed on Android. Otherwise, the app will crash on Android when it tries to access APIs that are not part of the Android platform.
81
+
The code block is wrapped with `global.isIOS` so that it is only executed on iOS. Otherwise, the app will crash on Android when it tries to access APIs that are not part of the Android platform itself.
82
82
:::
83
83
84
84
Now for a short walk through of one way to go about translating Objective-C to JavaScript.
0 commit comments