Results 5 comments of ryzhak

The same issue. `Linking.getInitialURL` works fine on ios, but on android(emulator SDK 28) this method seems not even to be called. ``` "react-native": "0.61.5", "react-native-navigation": "^4.5.3", ```

Dirty hack: add the following code at the bottom of chart.funnel.js file before tooltipPosition function: `getCenterPoint: function () { var vm = this._view; return { x: vm.x, y: vm.y };...

More dirty hacks! ``` constructor(props) { super(props); this.state = { avatarCacheType: FastImage.cacheControl.web }; } resetAvatarCache = () => { this.setState({ avatarCacheType: FastImage.cacheControl.immutable }); this.setState({ avatarCacheType: FastImage.cacheControl.web }); }; render() {...

this may help: https://stackoverflow.com/questions/60896279/resolving-assets-relative-to-react-native-bundle-file-outside-project-root