Currently, I can see there’s no library for integrating Inapp notification on React Native. One alternative I could see is making use of the APIs directly. It means I might have to make use of the APIs from my server side then serve it to my react native app because the endpoints require the private key and it's not safe to add the API key to the frontend to fetch the notifications. Which also probably means I might have to implement all the features that your client lib offers. My question is that if there’s any way around this or an advice if it requires me to implement it.