George Romanov
George Romanov
I try to integrate this library to an app. The code: ```js import tts from 'react-native-tts'; tts .getInitStatus() .then(() => { tts.speak('Hello world!'); }) .catch((err) => { if (err.code ===...
I set up CalDAV calendar for my work events. All events I get is in UTC time. But I live in UTC+8 and calendar settings is set to UTC+8. The...
### What would you like to be added? I would like to have option to choose/setup date format for view. ### Why is this needed? It's always American style date...
Simplify build config generation to make production and minified version for every build type Also make it to use same config logic for every build type so no more of...