react-native-yandexmapkit icon indicating copy to clipboard operation
react-native-yandexmapkit copied to clipboard

Return error if i try to import YandexMapKit, YandexMapView

Open Metallistener opened this issue 6 years ago • 0 comments

Good afternoon! I have a problem with import YandexMapKit, YandexMapView. When I try to run my application I get error you can see it below. Why can It happen? 2018-11-10 14 16 56 2018-11-10 14 23 25

And also I get some errors you can see them below 2018-11-10 14 43 04

Package.json dependencies "dependencies": { "@valdio/react-native-scrollable-tabview": "^0.8.10", "react": "16.6.0-alpha.8af6728", "react-native": "0.57.4", "react-native-keyboard-aware-scroll-view": "^0.7.4", "react-native-responsive": "^1.0.2", "react-native-vector-icons": "^6.0.2", "react-native-yandexmapkit": "^0.1.4", "react-navigation": "^2.18.2", "react-redux": "^5.1.0", "redux": "^4.0.1" }, "devDependencies": { "babel-jest": "23.6.0", "jest": "23.6.0", "metro-react-native-babel-preset": "0.49.0", "react-test-renderer": "16.6.0-alpha.8af6728" },

Metallistener avatar Nov 10 '18 09:11 Metallistener