LinHaobin

Results 1 comments of LinHaobin

遇到相同的问题,排查了好久,最终修改 `android/app/build.gradle` 文件中原来注释掉的代码,取消注释就可以了 ``` - // apply from: "../../node_modules/react-native/react.gradle" + apply from: "../../node_modules/react-native/react.gradle" ```