Gowtham G

Results 9 comments of Gowtham G

I've also had the same issue with timestamp fields. Try adding `default: NOW()` to the timestamp struct definition i.e: ``` CreatedAt time.Time `gorm:"column:created_at; type:timestamp; default: NOW(); not null" json:"created_at" ```

Looks like an upstream issue. I'll check if there's a workaround.

@PravinBagde Thanks for the suggestions . It could be an upstream bug. I'll investigate it.

Hi @AndrianarivoAlpha can you please provide a minimal reproduction?

@endp01 The elements already have a key associated with them

@iwater This will not work with older versions of react native due to https://github.com/markedjs/marked/issues/2843

v15 support landed https://github.com/gmsgowtham/react-native-marked/pull/710

The core logic is already exposed via `useMarkdown` hook and the any list can consume it. Ref: https://github.com/gmsgowtham/react-native-marked?tab=readme-ov-file#using-hook