Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodingByJerez/react-native-alert-notification
/ _textBody
Function
_textBody
example/src/Page.tsx:13–14 ·
view source on GitHub ↗
(page: string)
Source
from the content-addressed store, hash-verified
11
import {ALERT_TYPE, Dialog, Toast} from
'react-native-alert-notification'
;
12
13
const _textBody = (page: string): string =>
14
`congratulations you can observe the ${page} notification :)`;
15
16
const DATA = [
17
{
Callers
1
Page.tsx
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected