psanchezUndanet
psanchezUndanet
Hi @robertjcolley, as I commented in the discord, this issue is not fully resolved. I downloaded the [expo-starter-kit](https://github.com/NativeVision/expo-starter-kit), changed the viro version in the package.json to 2.41.1, removed the package-lock.json...
@varun-raj I think Luis is refering to change the onClick prop to onClickState: ``` {poiFunction("poi pressed");}} onClickState={() => {poiFunction("poi pressed");}} transformBehaviors={["billboard"]} /> ```
@varun-raj Sorry for not being able to answer sooner. In the docs, the [ViroARPlaneSelector](https://viro-community.readme.io/docs/vironode#onclickstate) gets the onClickState from ViroNode. I don't know if the onClickState from ViroImage has its own...