React Native plugin for displaying push notifications topic screen
This plugin is used to display notification controls for testing registration for push topics with different push providers.
yarn
The plugin use 3 configuration fields in Zapp:
-
presentation - How we should present this plugin? Possible values:
present
,push
,presentNoNavigation
,pushNoNavigation
,asAChild
. The defualt value will bepresentNoNavigation
. -
backgroundViewColor - Background color when the view is loading.
-
topicsURL - URL end point for loading the topics data. you can find an example for how this topcis json should look here.