1
Install the React Native hooks SDK
2
Add the Novu provider to your react-native file
The
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.3
Build your own inbox UI
4
Trigger a notification
Now that you have the inbox component added to your application, you can trigger an Inbox notification to see it in action.
To create your first workflow, follow our quickstart guide.