Learn how to add Novu powered Inbox to your React Native app
Install the React Native hooks SDK
Add the Novu provider to your react-native file
NovuProvider
component is used to provide the Novu context to the inbox hooks. Make sure that the provider is wrapping your Inbox hook usages at the component tree.applicationIdentifier
in the Novu Dashboard under the API keys page.
The subscriberId
is the unique identifier of the user in your application, learn more about subscribers here.Build your own inbox UI
Trigger a notification