Aidin98

Results 2 issues of Aidin98

# Bug ## Environment info `react-native info` output: ```bash // I just added push notifications to my react native app react-native : 0.71.3 version and it was working very well,...

I. have this simple workflow import { workflow } from '@novu/framework' import { z } from 'zod' export const shopOrderStatusChange = workflow('ORDER_SHIPPED_V2', async event => { console.log('OMG', event) // Step...