From 7958723c43c8259fe1b39cbc188f1aabd89ba493 Mon Sep 17 00:00:00 2001 From: yogevbd Date: Mon, 29 Jul 2019 11:44:53 +0300 Subject: [PATCH] Add send local notification on android example app --- example/index.android.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/example/index.android.js b/example/index.android.js index af61676..5c7faaf 100644 --- a/example/index.android.js +++ b/example/index.android.js @@ -6,6 +6,7 @@ import { StyleSheet, Text, View, + Button, TouchableHighlight } from 'react-native'; @@ -129,6 +130,7 @@ class MainComponent extends Component { this.onCheckPermissions()}> Check permissions +