Simon Quach

Results 6 comments of Simon Quach

I am also receiving this same error on `v7` also on RN `0.72.7`

From the screenshot it looks like `3.12.12`. I am unsure however, what it means by `(Test)` after the dependency. The one on the `react-native-plaid-link-sdk` dependency says `(Compile)` and is a...

@JeroenMols I have added your suggestion into the `build.gradle` file. I am still experiencing the same problem. Could I be adding it in the wrong area? I added it at...

This ended up working for us. Turns out we were a few additional dependencies ended up conflicting with this package: ``` configurations.all { resolutionStrategy.force 'com.squareup.okhttp3:okhttp:4.9.1' resolutionStrategy.force 'com.squareup.okhttp3:okhttp-urlconnection:4.9.1' resolutionStrategy.force 'com.squareup.okio:okio:2.7.0' }...

> This works for me: > > ``` > onDataPointClick={(params) => {console.log({params});}} > ``` > > I noticed that if `withDots={false}` then `onDataPointClick` is not triggered. To add to this,...

Same here as well - running into this issue now when trying to install `react native firebase`. I assume it's something to do with the usage of `use_frameworks!`. @PatrickBokhove comment...