Tymoteusz Abramek
Tymoteusz Abramek
@dziraf Maybe create some additional column that would contain the sorting key - for example `id`, or maybe some other column of the entity - and then sort by this...
@Malhar62 It is working properly if you turn on storykit2 mode: ```js if (Platform.OS === 'ios') { storekit2Mode(); } initConnection().then(() => { // ... }); ```
Yeah, that's the first thing that I did, but in storykit1 mode it wasn't working.
@Karthik-V26 Can you show me your code? What kind of string is your appAccountToken? What platform are you testing it on?
> Where do exactly I have to put this methods to avoid the warnings? `node_modules\react-native-tts\android\src\main\java\net\no_mad\tts\TextToSpeechModule.java` - here, at the end of the class :)
> I can confirm the PR works fine, why it is in open? @HarshitMadhav This repo is dead... I switched to expo-audio, it doesn't have only switch tts engine feature,...