Developers
App
Live Walkthrough
Governance
Documentation Hub
Search…
Introduction
Whitepaper
👨💻
Developer Zone
Creating A Channel
Sending Notifications
Testing Sent Notifications
Integrating on your Frontend
Examples
⚙
Developer Tooling
Frontend SDK
Installation
Things Frontend SDK enables
Channel Opt-In/Opt-Out
Embedding notifications in your dApp
Code Snippets
Fetching & Parsing notifications
Rendering parsed notification on the web
Rendering parsed notification on mobile
EmbedSDK
Github Repositories
Backend SDK
Showrunners Framework
EPNS Contract Addresses
EPNS Smart Contracts
📓
Guides
Get Started
Hack Ideas
Push Grants
Understanding Push Nodes
Roadmap 2022
Frequently Asked
🏡
Different Needs
User Docs
Github
Discord
Powered By
GitBook
Rendering parsed notification on mobile
React Native UI component to display a single notification.
We also provide a React Native component for displaying the
notification
in a React Native App.
import { NotificationItem} from '@epnsproject/frontend-sdk-staging/dist/native';
<NotificationItem
notificationTitle={parsedResponse.title}
notificationBody={parsedResponse.message}
cta={parsedResponse.cta}
app={parsedResponse.app}
icon={parsedResponse.icon}
image={parsedResponse.image}
/>
Requires React Native
Previous
Rendering parsed notification on the web
Next
EmbedSDK
Last modified
3mo ago
Copy link