Disclaimer: This document applies to iOS, I have not tried it on Android.
Parse server has a feature to send push notifications. But for that to work, you need to store device tokens in Parse server somehow from your React Native app. I found that part to be undocumented so here’s my notes on it.
Obtaining device tokens There’s documentation for this already but in case you have not read it, here’s a recap: