MagicMirouff
MagicMirouff
Same here. Works nicely on Android but not on iOS. ('ios' module react-native-tts is already linked ) getInitStatus() works too.
Thank you for this one @andtos90 You re right. I'm an Android user and dev ^^.
Same issue here. 3DS process is killed when we resume app from home with appIcon ... Any solution ?
Hi I had the same issue. Fixed by changing the scrollview library: ``` import {ScrollView} from 'react-native-gesture-handler'; ScrollViewComponent={ScrollView} ```