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

ViewPropTypes deprecated react-native-hms-map #242

Open Splicer97 opened 1 year ago

Splicer97 commented 1 year ago

Description ViewPropTypes deprecated react-native-hms-map. Migrate to ViewPropTypes exported from 'deprecated-react-native-prop-types'.

Expected behavior All good

Current behavior Error

Screenshots If applicable, add screenshots to help explain your issue

Logs Error: Requiring module "node_modules/@hmscore/react-native-hms-map/src/index.js", which threw an exception: Invariant Violation: ViewPropTypes has been removed from React Native. Migrate to ViewPropTypes exported from 'deprecated-react-native-prop-types'.

Environment "@hmscore/react-native-hms-map": "^6.3.1-305", "react-native": "0.69.3",

Other Add any other context about the problem here

Splicer97 commented 1 year ago

https://github.com/HMS-Core/hms-react-native-plugin/pull/243