Skip to content

FeatureHighlight doesn't work on Android prod build #3528

Open
@vendramini

Description

@vendramini

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    buga bug in one of the components

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions