Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/native-modules-android.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ To expose a method to JavaScript a Java method must be annotated using `@ReactMe

### Argument Types

The following argument types are supported for methods annotated with `@ReactMethod` and they directly map to their JavaScript equivalents
The following argument types are supported for methods annotated with `@ReactMethod` and as arguments to callbacks. They directly map to their JavaScript equivalents

```
Boolean -> Bool
Expand Down