示例#1
0
 void showHostMainWindow(int n)
 {
     RNBridge.SendEvent("test", new { number = n, });
 }
示例#2
0
 private void Awake()
 {
     RNBridge.SetCommandsReceiver(this);
 }