I’m developing a driver module for a delivery web application that uses WooCommerce on WordPress.
We’ve created a mobile version of this module using React Native WebView.
The next step is to implement push notifications to alert drivers about new deliveries.
I need guidance on how to add push notification functionality in React Native when using WebView.
What are the best practices and tools to achieve this, especially considering the integration with WooCommerce?