ソースを参照

Temporary send notification button on home_page

ErnestoOrtiz2 2 年 前
コミット
611448a585
共有1 個のファイルを変更した6 個の追加0 個の削除を含む
  1. 6
    0
      screens/main/Home_page.js

+ 6
- 0
screens/main/Home_page.js ファイルの表示

@@ -150,6 +150,12 @@ export function Home_page({navigation}) {
150 150
         )}
151 151
         />
152 152
       <Button
153
+        title ='Send notification'
154
+        onPress={async () => {
155
+          await sendPushNotification(expoPushToken);
156
+        }}
157
+      /> 
158
+      <Button
153 159
         title ='Hacer Busqueda'
154 160
         onPress= {() => navigation.navigate('Search')}
155 161
       />