Skip to content

FeatureHighlight doesn't work on Android prod build #3528

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
2 of 7 tasks
vendramini opened this issue Feb 25, 2025 · 2 comments
Closed
2 of 7 tasks

FeatureHighlight doesn't work on Android prod build #3528

vendramini opened this issue Feb 25, 2025 · 2 comments
Labels
bug a bug in one of the components wontfix

Comments

@vendramini
Copy link

Description

FeatureHighlight doesn't work on Android prod build, only works on development build.

Related to

  • Components
  • Demo
  • Docs
  • Typings

Steps to reproduce

<FeatureHighlight
  visible={visible}
  title={titles[index]}
  message={messages[index]}
  getTarget={() => targets[index]}
  titleStyle={styles.title}
  overlayColor={'rgba(0, 0, 0, 0.88)'}
  messageStyle={styles.message}
  onBackgroundPress={onPressNext}
  confirmButtonProps={{
    label: 'Ok!',
    onPress: onPressNext,
    labelProps: {
      style: styles.btn,
    },
  }}
/>

Expected behavior

Highlight correctly the reference on dev and prod build.

Actual behavior

It isn't highlighting on prod; it does work on dev build.

More Info

Code snippet



Screenshots/Video

Image
iOS working well on both dev and prod build. Android works well on dev build.

Environment

Android Prod build.

  • React Native version: 0.76.7
  • React Native UI Lib version: 7.37.2

Affected platforms

  • Android (prod build)
  • iOS
  • Web
@vendramini vendramini added the bug a bug in one of the components label Feb 25, 2025
Copy link

stale bot commented Apr 26, 2025

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Apr 26, 2025
@stale stale bot closed this as completed May 6, 2025
@buffalojo
Copy link

Did you end up finding a fix for this? I'm going through an issue on android where it doesn't highlight what my targets. On IOS it works just fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug a bug in one of the components wontfix
Projects
None yet
Development

No branches or pull requests

2 participants