feat:Add InconsistProperty decorator because sometimes the property in js side cannot be consist with natiive side
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user