Mahmonir Bakhtiyari

Results 9 comments of Mahmonir Bakhtiyari

I have this warning when I use showNotification Animated: `useNativeDriver` was not specified. This is a required option and must be explicitly set to `true` or `false` how can i...

I did these, **but problem is not resolved:** 1. rm -rf node_modules && npm install 2. cd android && ./gradlew clean 3. cd ios && pod install && cd .....

I resolved it by changing arrow function to function in this way: `AppState.addEventListener('change', myFunc) ` `function myFunc() { // some code}`

![image_2021_05_16T07_28_41_604Z](https://user-images.githubusercontent.com/37932243/118391027-7feb6a80-b647-11eb-8c07-145376969560.png) But dev-tools can not connect:

I faced the same problem. Is there any updates on this issue?

I found it out that using `ReferenceDot` instead of `Scatter` into `Composed` diagram, can solve this issue. I used `onMouseMoved` for show corresponding tooltips data and then `onMouseOut` trigger representing...

I have the same issue. Is there any update here?

I have same problem with hiding params in URL but I don't send it as params, when component request an API call with some filters, this filter is added to...