<@U3SPZ0L69> The error message tells you that it c...
# anko
r
@tania The error message tells you that it can't find a function
textView
that can be called on a Receiver of type
Context
. The
textView
function needs to be called on an instance of
ViewManager
, so find the one you want to place the TextView into and call it on that.