akveo / kittenTricks

React Native starter kit with over 40 screens and modern Light and Dark theme for creating stunning cross-platform mobile applications.
https://akveo.github.io/react-native-ui-kitten/
MIT License
7.17k stars 986 forks source link

build(assets): undo expo images optimization #165

Closed artyorsh closed 5 years ago

artyorsh commented 5 years ago

Compressed images do not look good. Should be replaced with original

sergeichestakov commented 5 years ago

Hey @artyorsh,

Have you tried recovering the original images from git? You can also specify the quality by running expo optimize --quality=80 (default is 60).

Thanks, Sergei

artyorsh commented 5 years ago

Hi @sergeichestakov

I always try to keep the latest expo-cli on my mac. It looks like the default behavior of some of the expo-cli versions made this issue.

Btw thanks for suggestion. It will help to prevent this issue in a future release. Will try 👍 But for now, seems only recovering images could help