Skip to content

Update react-native 0.28 error #29

@febobo

Description

@febobo

删掉当前node_modules 重装依赖
rm -rf node_modules && npm i

可能会出现以下的问题
1 : camera 依赖包问题
image
解决方案, 重新$rnpm link一次, 然后关闭服务,再npm start 最后重新编译一次

2: react-native run android error
image
Try to go in this file:
/android/app/src/main/java/com//MainActivity.java
and replace this line:
import com.brentvatne.RCTVideo.ReactVideoPackage;
with this:
import com.brentvatne.react.ReactVideoPackage;253

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions