João Marcos Mainka
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....
Same issue here
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.
Same issue here.
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 :( 
@Hyperblaster thanks! I've rollback to version 1.0.5 and works perfectly.
+2 :)