cleandevcode

Results 6 comments of cleandevcode

InviteMember feature seems works to invite the other guys to the specific channel. But the feature I wanna implement is that make a message request before chatting only 1:1. So...

"react-native": "0.63.4", "react-native-reanimated": "^2.4.1", I have same issue.

I fixed this way. `yarn remove react-native-reanimated` `yarn add react-native-reanimated@^2.4.1` `yarn run android` It worked like a charm!

``` module.exports = function (app) { app.use(function (req, res, next) { res.setHeader("Cross-Origin-Opener-Policy", "same-origin"); res.setHeader("Cross-Origin-Embedder-Policy", "require-corp"); next(); }); }; ``` It is working on my side (React : 17.0.2, ffmpeg wasm:...

Still having an issue with the latest version (11.1.1), and i think its related to the arrow top calculation issue when transform is changed. So if there is no transform...

@khushal87 Thanks for your response. This was my text which includes url. `https://mesh.mymesh.io/mesh/event/invite/1f658d1e-5e6f-45a3-a9a2-94fd69a43e75` As you can see, it does not generate the enriched preview at first, but from 2nd time,...