Manan Bordia

Results 3 issues of Manan Bordia

## Description ### Related to - [x] Components - [ ] Demo - [x] Docs - [ ] Typings ### Steps to reproduce #### Expected behavior Show Icon from url....

bug

Idea is to reduce number of network calls when single message is sent to multiple recipients. Basically, condensing multiple messages into one single push message. Related Issue : https://github.com/expo-community/expo-server-sdk-python/issues/52

As per this example in [expo documentation](https://docs.expo.dev/push-notifications/sending-notifications/#:~:text=%7D%2C%0A%20%20%7B-,%22to%22,-%3A%20%5B%0A%20%20%20%20%20%20%22ExponentPushToken) `to` attribute in PushMessage should expect `string[]` as well allowing support for multiple recipient for a push message. There are few places in...