Tom Saunders
Tom Saunders
Hi @rosell-dk There's a library called gif2webp now on https://developers.google.com/speed/webp/docs/gif2webp I've just tested it using a similar method you use in this library and it appears to work fine. It...
If anyone still has issues with a black screen after changing the splash screen image to 2400x2400, try quitting and restarting the simulator. It worked for me after that.
If anyone's interested, there is a method you can add a watermark using a background image in the properties style object, however, the image url has to be base64. E.g....
@accalton Thanks that does fix the error I was seeing, thank you!
@chanceaclark 0.30.2 working here: https://codesandbox.io/s/silent-rain-kxqcdb?file=/src/App.tsx using React 18 and styled-components 5.3.6. Though I can confirm 0.30.2 was also working on our project using React 17 and styled-components 5.3.5 And 0.34.1...