HMS-Core / hms-react-native-plugin

This repo contains all of React-Native HMS plugins.
https://developer.huawei.com/consumer/en/doc/overview/HMS-Core-Plugin?ha_source=hms1
Apache License 2.0
235 stars 67 forks source link

[react-native-hms-push] build fails with new react-native version #274

Closed GabrielDierks closed 1 year ago

GabrielDierks commented 1 year ago

Description

After updating our dependencies the build fails with the following error:

1: Task failed with an exception.

Environment

ajqtech commented 1 year ago

@GabrielDierks From which version you upgraded to 0.71.7 ? Thanks

GabrielDierks commented 1 year ago
"react-native": "0.68.2",

While further investigating yesteday the issue seems to be related to:
    "expo-dev-client": "~2.1.5",

This package is using a vendored version of "react-native-gesture-handler" which is clashing with "react-native-hms-push".

GabrielDierks commented 1 year ago

Has been fixed with "expo-dev-client": "2.3.0"