コード例 #1
0
 @ReactMethod
 public void presentLocalNotification(ReadableMap details) {
   Bundle bundle = Arguments.toBundle(details);
   mRNPushNotificationHelper.sendNotification(bundle);
 }