Following GetStream.com documentation, I implemented an example react native app.
Is there a way to delete or update posts? From the StatusUpdateForm
component or from the platform dashboard.
Updating posts (activities) are only supported server side so it can't be done by a client directly.
Deleting posts is supported by client side auth. However, support in the library isn't there though. Created a ticket for it.