Kong Ka Weng

Results 8 comments of Kong Ka Weng

I also having similar issues when performing snapshot test in my project and it only happen to custom component that being wrapped by `styled`, eg: `styled(MyComponent)`. When running the snapshot...

After doing some research on the issue board, I found this can be related to https://github.com/styled-components/jest-styled-components/issues/191

The worst thing is that my app just stuck at the splash screen without any error thrown... Is this something to do with Expo?

I spent whole day commenting my code just to find out this... The DX is definitely the worst I ever seen.

Any chance that we get this merged? Or any other package that has similar functionality out there?

How do you revamp your serverless application to below the 200 limit? I have tried several approaches and all of them are not really elegant solutions to me... I’m currently...

I am planning to work on a live stream studio web app that allow our streamer to customise their stream with on the web app before they stream to Facebook....

> The overlay is an overlay so it's not replaced, it's overlaid or am I missing something here? > > This does the trick for me: > > ```js >...