#Solution on Integrating Inapp notification on React Native

1 messages · Page 1 of 1 (latest)

nova lynx
#

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.

zealous harness
#

@nova lynx

We are planning to have react native sdk very soon

#

Until then using APIs is only way

nova lynx
#

Okay noted