DevJett

Results 8 comments of DevJett

I was able to solve the issue by adding the following to the pod file ``` use_frameworks! $RNFirebaseAsStaticFramework = true ``` And of course to disable the flipper ``` #...

I fixed the issue, I disabled use_frameworks and just put the following ``` pod 'Firebase', :modular_headers => true pod 'FirebaseCore', :modular_headers => true pod 'GoogleUtilities', :modular_headers => true $RNFirebaseAsStaticFramework =...

To solve this problem you can simply replace 'title' attribute with HTML content like this ```

Sorry for not being active on Github, @bernatfortet can you attach your code on [CodeSandBox](https://codesandbox.io) so we could identify the source of this problem [Working example](https://codesandbox.io/s/vq91r88x4l)

@net-caster Thanks you saved my day

Sure! Some of my website customers are maybe using old browsers or they disabled the localStorage by mistake and `react-clear-cache` crashes the React app. I just did a temporary fix...

@lucaisoardi I can't find a solution yet. Please if you find a solution for that post it here I think this problem related to `rn-fetch-blob`

@lucaisoardi I can't find a solution yet. Please if you find a solution for that post it here