feat:Add InconsistProperty decorator because sometimes the property in js side cannot be consist with natiive side

This commit is contained in:
pengfei.zhou
2021-03-03 10:08:48 +08:00
committed by osborn
parent d13948223e
commit 28519d20c7
11 changed files with 80 additions and 13 deletions

View File

@@ -203,8 +203,10 @@ global.nativeLog = (type, msg) => {
};
global.nativeRequire = () => {
console.error("Do not call nativeRequire here");
return false;
};
global.nativeBridge = () => {
console.error("Do not call nativeBridge here");
return false;
};
export * from './index';