qingjiaowochengzd
qingjiaowochengzd
### Version Tell us which versions you are using: - react-native-ble-manager v6.6.8 - react-native v0.55.4 - iOS/Android v.5.1.0 4.4.4 ### Expected behaviour IOS and android v8.0.0 can receive no problem....
```javascript onHeaderRefresh = () => { // 下拉刷新 this.setState({refreshState: RefreshState.HeaderRefreshing}, () => { this.getGoods(true, {offset: 0}) }) } onFooterRefresh = () => { // 上拉加载 this.setState({refreshState: RefreshState.FooterRefreshing}, () => {...
I use speak before init by this: await Tts.getInitStatus() still get the error. i try remove getInitStatus still error: https://github.com/ak1394/react-native-tts/issues/66 by @fungilation but selecting tts again in settings will restore...