react-native-app-notification
Version:
In-app custom notifications for React-Native
8 lines (7 loc) • 338 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
var AppNotificationUI_1 = __importDefault(require("./AppNotificationUI"));
exports.default = AppNotificationUI_1.default;