João Marcos Mainka

Results 11 comments of João Marcos Mainka

This issue is caused by the latest version is using `react-native-fetch-blob` instead of using `rn-fetch-blob`. @fungilation makes a [fork](https://github.com/fungilation/react-native-cached-image) that's correct the dependency, so i sugest to use this fork....

I have an similar issue. All my remote notifications, not launch/open the app when i tap on notification. Not even in background, foreground or killed. I've followed the sugestion of...

Same issue here in Android

I've tried this, but not works as expected. Has some intermitent behavior.

On `SelectableSectionsListView.js` on this part: ``` UIManager.measure(ReactNative.findNodeHandle(this.refs.view), (x, y, w, h) => { this.containerHeight = h; if (this.props.contentInset && this.props.data && this.props.data.length > 0) { this.scrollToSection(Object.keys(this.props.data)[0]); } }); ``` For...

Same issue here, `.replace(/(\r\n|\n|\r)/gm, "")` not work for me :( ![screen shot 2018-07-14 at 23 58 36](https://user-images.githubusercontent.com/3612098/42730088-db0f91fa-87c1-11e8-8ae4-45db3030f6f3.png)

@Hyperblaster thanks! I've rollback to version 1.0.5 and works perfectly.