Max L

Results 26 comments of Max L

it would be sweet to have this from an optional option :)

should close issue no?

Just a question about **nested routes** (eg. /user/profile/preferences), do they work with browserHistory? With react-router v3 I had to put hash history in order to prevent few problems with nested...

@IgorVanian is the "real fix" can be transformed to a pull-request?

**Got this error** > TypeError: filePath.replace is not a function at StorageReference.putFile **Code** when trying to upload a blob (not base64) like so: ```javascript import RNFetchBlob from 'react-native-fetch-blob'; ... //...

Hi @basiteaal, thank you for your interest. To be honest I dont' exactly remember how this try ended for me :) I would love to see your working example. 👀

@Ankit-96 it fails on rn 0.61 for me, and it seems logical cause the fork https://github.com/Ankit-96/react-native-zss-rich-text-editor uses `"react-native-webview-bridge-updated": "^1.0.0"` dependency, which import WebView from react-native (error): https://github.com/wix-playground/react-native-webview-bridge/blob/master/webview-bridge/index.ios.js#L32 Any idea/information on...

For me, the error occurs on an Android real device, and not in the iOS simulator