question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Image icon/logo doesn't display on system UI during the call.

See original GitHub issue

Bug report

  • I’ve checked the example to reproduce the issue.

  • Reproduced on:

  • Android

  • iOS

Description

I am implementing this library for the call system. But while we are on call, I am not able to see the icon ongoing call screen.

const options = {
      ios: {
        appName: "My Test App",
        imageName: "./../Assets/myIcon.png"
      },
      android: {
      }
    };

I am here attaching the screenshot and the app icon here. App icon is transparent. myIcon

appSS

Versions

- Callkeep: "react-native-callkeep": "^3.0.1",
- React Native: "0.58.6",
- iOS:12.4.1
- Android: NA
- Phone model: iPhone6S

Please take a look at details and let me know if something is missing.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:10 (1 by maintainers)

github_iconTop GitHub Comments

8reactions
danjenkinscommented, Sep 26, 2019

@Chaitu4190 can you write on here how you fixed the problem? for others when they come to this issue?

1reaction
mariouzaecommented, Feb 29, 2020

I solve this issue putting the icon on the iOS project root folder and set the imageName without the full path. Example:

ios: {
  appName: 'X',
  supportsVideo: false,
  imageName: 'x.png',
}
Read more comments on GitHub >

github_iconTop Results From Across the Web

Configuring and displaying symbol images in your UI
Symbol images give you a consistent set of icons to use in your app, and ensure that those icons adapt to different sizes...
Read more >
How to add system icons for a UIButton programmatically?
See: Apple documentation for available names (API column) or go to Interface Builder, select UIButton and in the Attributes Inspector select Image which ......
Read more >
How to Access Android Hidden System UI Tuner - MakeUseOf
Here's how to access a hidden menu on your Android device that lets you tweak additional settings that you couldn't before.
Read more >
Why does some text display with square boxes in some apps ...
When running certain apps on Windows 10 desktop or Windows 10 Mobile, some characters display as a square or rectangular box, or as...
Read more >
Solved: where is images/icon located? - ServiceNow Community
Hi Sonita,. Images or icons are stored in db_image table;. Go to left navigation and search for images and click on the module...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found