React Native : Task :react-native-maps:compileDebugRenderscript FAILED

后端 未结 5 573
伪装坚强ぢ
伪装坚强ぢ 2021-01-13 17:32

I am trying to implement React Native MapView for Android. I did follow github installation instruction but i am facing compilation error when i try to run usin

5条回答
  •  旧巷少年郎
    2021-01-13 18:29

    i solved this problem using this npm install — save “react-native-maps@jerolimov/react-native-maps#fix-rn59rc-compile-issues”

    from: https://github.com/react-native-community/react-native-maps/pull/2702

    the problem is with React native 0.59+ that compile with compileSdkVersion 28 and maps use 26

提交回复
热议问题