Miguel Daipré
Miguel Daipré
@markph0204 did you advance with the symbols ? I'm getting the error "Undefined symbols for architecture arm64" on Mac Intel. I compiled xcframework from a mac m1, I would like...
You should use: `{ source: { uri: 'base64 ' }, dimensions: { width: 1920, height: 1080 }, }` besides the source you must pass the dimension.
I noticed that you are using url instead of uri, change to: `{ source: { uri: 'https://lh3.googleusercontent.com/p/AF1QipMJki5Im_7IIwBhRVCzfYkwP7zNdCZm0y9qyK3l=s1600-w400-h250 ' }, dimensions: { width: 400, height: 250 }, }`
Please merge this!
@satya164 Any news when this will be released?
Any news?
Please add a repro with the latest version with active support. You can see the supported versions [here](https://github.com/reactwg/react-native-releases?tab=readme-ov-file#which-versions-are-currently-supported)
It seems that `getLinkDownstreamBandwidthKbps` always returns 0, even if NetworkCapabilities is changed or there is some wifi state change. https://issuetracker.google.com/issues/242589950#comment4 This must be checked in another way.
@andpor this library is still maintained?