prscX / react-native-app-tour

React Native: Native App Tour Library
Apache License 2.0
640 stars 119 forks source link

resolve tag error persist #35

Closed hamswaldenkv closed 4 years ago

hamswaldenkv commented 6 years ago

Hello i have that persisting error. Tring to resolve view with tag (x) which doesnt exist

this is my code `<Button key={'Center Left'} title={'Center Left'} ref={ref => { if (!ref) return

        let props = {
          collapasable: false,
          order: 23,
          title: 'This is a target button 3',
          description: 'We have the best targets, believe me',
          outerCircleColor: '#3f52ae'
        }

        this.props.addAppTourTarget &&
          this.props.addAppTourTarget(AppTourView.for(ref, { ...props }))
      }}
      onPress={() => {}}
    />`

Can anyone help me to resolve this?

prscX commented 6 years ago

Thanks @hamsddxn for raising the issue.

Can you please share the platform you are trying to run the example. iOS/Android

Thanks </ Pranav >

hamswaldenkv commented 6 years ago

Application Target Platform: Windows

Development Operating System: Android api 23

Build Tools: React Native version: 0.55.4

prscX commented 4 years ago

@hamsddxn: You can try it by using View component for Button it might now work.

Thanks </ Pranav >