For further actions, you may consider blocking this person and/or reporting abuse
For further actions, you may consider blocking this person and/or reporting abuse
Alex -
Edvaldo Lima -
ochieng seth -
supun19 -
Once suspended, vominhhuy will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, vominhhuy will be able to comment and publish posts again.
Once unpublished, all posts by vominhhuy will become hidden and only accessible to themselves.
If vominhhuy is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Code Better #Sofast.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community safe. Here is what you can do to flag vominhhuy:
Unflagging vominhhuy will restore default visibility to their posts.
Latest comments (2)
How to push notification in iOS with React Native? After you config library but it's not push notification with iOS. Why? As you know, push notification service will have 2 mode (develop and production). If you register token with develop, it will push notification develop build only and else. Server 2 mode Develop and Production, Develop available for "Run" (debug also release build), Production available for "Build" (for release) - for Testflight or App Store. So, if you register token with Develop, but server available Production mode, return 400 - BadDeviceToken.
Have you tried below?
medium.com/@anum.amin/react-native...