Skip to content

Commit

Permalink
Update docs/communication-android.md
Browse files Browse the repository at this point in the history
Co-authored-by: Nicola Corti <corti.nico@gmail.com>
  • Loading branch information
junaidn and cortinico authored Apr 13, 2022
1 parent 4062013 commit 6be7605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/communication-android.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ mReactRootView.setAppProperties(updatedProps);
<TabItem value="kotlin">

```kotlin
var updatedProps: Bundle = mReactRootView.getAppProperties()
var updatedProps: Bundle = reactRootView.getAppProperties()
var imageList = arrayListOf("http://foo.com/bar3.png", "http://foo.com/bar4.png")
```

Expand Down

0 comments on commit 6be7605

Please sign in to comment.