Dmitry

Results 11 comments of Dmitry

There is nothing to improve) You may already know about - http://overconstrained.io/ (https://overconstrained-slack.herokuapp.com/) If you are looking for better implementation of cassowary algorithm, you may be intrested in - https://github.com/IjzerenHein/kiwi.js/...

1. download desired icon-font file and put it to Fonts folder 2. put https://github.com/Dimous/react-native-vector-icons/blob/master/Fonts/index.js and https://github.com/Dimous/react-native-vector-icons/blob/master/Fonts/package.json to Fonts folder and run `npm install`, then run `node index.js` 3. create [IconFontName].js...

You can do it yourself -- https://github.com/oblador/react-native-vector-icons/issues/1378#issuecomment-950294156

Try svg->ttf converters like FontForge or icon moon.

Hello! I tried to run example in both debug and release mode on a hardware device, but result is the same. It starts with a black screen and after a...

Hello, gentlemen! I found a solution for the root cause. You don't need to remove or install babel plugins. Just do what is said in -- https://github.com/babel/babel/issues/8417#issuecomment-430007587 _Add "class properties"...

Hello! My phone (Samsung Galaxy A51, Android 13) autoupdated today (details about patch -- https://doc.samsungmobile.com/SM-A515F/SER/doc.html) and my react-native app started crashing. ``` 2022-12-23 21:15:15.618 6408-6460 AndroidRuntime pid-6408 E FATAL EXCEPTION:...

It is only crashes in release mode. Should I tweak proguard rules or something? Please help ASAP or I'm gonna get fired 😂