Alexander

Results 17 comments of Alexander

Because it's written in the doc: ``` ipAddress The external IP address. Can be in IPv4 or IPv6 format. May not be present if it cannot be determined. ``` The...

Sadly... And there is no way to find exactly the external address? Only through native code?

@freemanUA I solved this problem by deleting the following line form gradle file: ```gradle implementation('com.eightbitlab:blurview:1.6.6') { force = true } ``` As you can see, the old version of the...

@matt-oakes could you review this PR, please?

@SaraChicaD no, this issue is not related to something like that. The gradle log shows modules that are involved in the issue: > The Kotlin plugin was loaded in the...

Of course, this is enabled using `newArchEnabled = true` I also decided to clear the 'node-modules' and '.gradle' folders and now the build of the project stop with a different...

@ProSysYo да все нормально работает, просто возьмите какие-нибудь пул-реквесты отсюда: https://github.com/yandexmobile/react-native-appmetrica/pulls, либо можно использовать с моими изменениями, тогда: В package.json меняете источник на: ``` "react-native-appmetrica": "bulkinav/react-native-appmetrica.git", ```

@ProSysYo обновил версию для iOS.

Today I updated the gesture-handler to v2.11.0 and also faced with this problem. But I note that there was no such problem on the version 2.9.0.