MCPcopy 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

11import {ALERT_TYPE, Dialog, Toast} from 'react-native-alert-notification';
12
13const _textBody = (page: string): string =>
14 `congratulations you can observe the ${page} notification :)`;
15
16const DATA = [
17 {

Callers 1

Page.tsxFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected