react-native-blob-jsi-helper icon indicating copy to clipboard operation
react-native-blob-jsi-helper copied to clipboard

React-Native whitescreen

Open hjopel opened this issue 11 months ago • 0 comments

Hi,

thank you for this package & the workaround.

I'm facing one small issue and I hope someone here can help me figure out this (probably stupid) error I've made:

I forked react-native (https://github.com/hjopel/react-native/tree/my-0.71-stable) and added the getBlobForArrayBuffer functionality to BlobManager.js (https://github.com/hjopel/react-native/blob/my-0.71-stable/Libraries/Blob/BlobManager.js#L75)

when I now install my fork in my rn-app & run it on ios, I get no error but it's just a blank whitescreen.

Dependencies of my rn-app:

 "dependencies": {
    "@react-three/drei": "^9.78.1",
    "@react-three/fiber": "^8.13.4",
    "expo": "^48.0.18",
    "expo-gl": "~12.4.0",
    "react": "^18.2.0",
    "react-native": "npm:@hjopel/react-native@latest",
    "react-native-blob-jsi-helper": "^0.3.1",
    "three": "^0.154.0"
  }

Thank you

hjopel avatar Jul 12 '23 04:07 hjopel