Xiao Ling
Xiao Ling
In `Timeline.js` (https://github.com/Piroro-hs/react-native-twitter/blob/master/example/src/components/Timeline.js#L14), the line `this.props.twitter.stream('user').on('data', (data) => { ... })` fails with error: `Streaming APIs are not supported on iOS`, even though there's no explicit code checking for OS...
Is there away to remove the input text view? I tried doing: ` style.inputView = TrivialInputView.self` And defining a TrivialnputView by modifying what is found here: https://github.com/steve228uk/MessengerKit/blob/05168377536ebeae3653edfa5acc6410895cd72f/MessengerKit/Input/Styles/iMessage/MSGImessageInputView.swift. But it crashes...
React-native version: 0.56. Error below: https://i.imgur.com/Qe2qGfc.jpg
In the example given, the video is saved to `outputURL` in the callback `andThen`. If I were to save it on the phone instead, how would the new location be...