guhyeon

Results 7 comments of guhyeon

@dougyau hello, I'm in the same trouble. Have you solved that?

I catch that its reason is prisma version. update prisma version to 2.22.0 server\package.json `{ ... "dependencies": { "@prisma/client": "^2.22.0", ... }, "devDependencies": { "@prisma/cli": "^2.22.0", ... } } `...

I solved and reflected it in the PR below. https://github.com/ak1394/react-native-tts/pull/157

to get iso2 format locale. (ex. en-US, en-GB, ko-KR...) 2 digit language- 2 digit countryCode [show this source.](https://github.com/guhyeon/react-native-tts/blob/master/android/src/main/java/net/no_mad/tts/TextToSpeechModule.java) TextToSpeechModule.java should be added bellow ` ``` public TextToSpeechModule(ReactApplicationContext reactContext) { super(reactContext);...

Hmm... This is a bit off topic, how did you do api versioning with tsoa?

It seems to be the same as my problem. https://github.com/leolin310148/ShortcutBadger/issues/314