Azure-Samples / communication-services-ui-library-react-native

UI library sample for React Native Bridge
MIT License
10 stars 10 forks source link

Fail to launch composite ui on Android release variant #21

Closed stephenongunsw closed 1 year ago

stephenongunsw commented 1 year ago

This issue is for a: (mark with an x)

- [ x ] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

Minimal steps to reproduce

On Android, on Release variants yarn android --variant=release

With avatar selected.

Any log messages given by the failure

Alert popup with the message 'Error', 'no protocol: images_fox`

Expected/desired behavior

No error with the composite UI shown.

OS and Version?

Windows 7, 8 or 10. Linux (which distribution). macOS (Yosemite? El Capitan? Sierra?) Android only

Versions

current master

Mention any other details that might be useful

MicrosoftTeams-image (9)


Thanks! We'll be in touch soon.

Mohtasim commented 1 year ago

Hi @stephenongunsw Thanks for registering this issue. We tested both Android and iOS. Seems like the issue is persistent in both platform. We will update here with the fix.

Mohtasim commented 1 year ago

Hi @stephenongunsw  Thank you for waiting. Please refer to our support for achieving successful build for release variant in branch android/release-support.

Please note that, if you have updated to latest Xcode version you may face build issue for iOS. In that case, see our troubleshoot guide and update the react & react-native dependency in your package.json file.

stephenongunsw commented 1 year ago

Thank you @Mohtasim. Any reason this branch is not yet pulled into the main branch?