aklemen

Results 4 comments of aklemen

Try to put it directly under `RecyclerListView` props. ```typescript console.log(data)} // Here scrollViewProps={{ showsVerticalScrollIndicator: false, keyboardShouldPersistTaps: 'handled', }} style={{flex: 1, marginTop: 20}} />; ```

Which [react-native-svg](https://github.com/react-native-svg/react-native-svg) version are you using? I didn't test the newer versions, but had similar problems on Android with `v12.1.1`. Try downgrading to `v12.1.0`. If this solves the issue, maybe...

The fix from #8884 worked for me. See [this commit](https://github.com/aklemen/NeMo/commit/69fa4bb7cd42d135d1925ea632cc4745840013e3). But I am using `decoding_strategy="beam"` and without KenLM.