UIKit React Native v3
UIKit React Native
UIKit
React Native
Version 3
Home
/
UIKit
/
React Native
/
Key functions
Context
Copy link
Contexts
Note: In order to use a context, the module component getting access to the data must be a component directly rendered in the corresponding module. For example, the
GroupChannelListContext.Fragment
context cannot be used for a user list component because the component doesn't exist in theGroupChannelListFragment
.
How to use context
Copy link
You can use the context in a module component by calling the useContext
hook.