Expo push notification
My previous expo Project it was in sdk 33 & i upgrade to 36.
this is my code
import React from 'react';
import { Text, View, Button, Vibration, Platform, Alert } from 'react-native';
import { Notifications } from 'expo';
import * as Permissions from...