Guillaume Huard Hughes
Guillaume Huard Hughes
In the next.config.js it's write: ```javascript /* ** Global CSS */ css: [ '../node_modules/element-ui/lib/theme-chalk/index.css' ] ``` As you see font is take directly in the node_module. Maybe this part don't...
Hmm... When I open the generated file in my browser, it's exactly like the build    
If you use **socket.io version 3**, go to your `pubspec.yaml` file and change the package version for `socket_io_client: ^2.0.0-beta.2`. I made the error of installing it with pubspec plugin of...
No, it's a .psd/photoshop
Thanks for your quick reply @iamSahdeep! I could do the PR. I'm simply really busy lately so it could take a week or two before I start that. I will...
With that last PR we can now use whatever we want to render text. đŸ¥‡ Next step I could check for the link element that I didn't touch in my...
Yeah it happends to me only on Android. IOS works great. https://docs.expo.io/versions/latest/sdk/lottie/#known-issues > Importing Lottie 3 files causes the previewer to crash without a visible error, because Expo relies on...
> I also had the same problem in react-native, I followed all the steps in the documentation and to my surprise the problem was the .json file. > > Try...
Same problem here. The workaround I found is to have animation inside the element with an onPress. ``` My text ```
For @react-navigation/native seems like `6.1.7` isn't available to add to the [snack.expo.dev](https://snack.expo.dev/@t1gu1/react-navigation-bottomtab-test) example. I put 6.1.6 and update the other one. I test again and I still got the same...