1. NativeModules objects are now lazy-loaded
NativeModules is an empty object {} when I first enter the program. I always thought it was a native loading error, but I can find the method to list the module by calling NativeModules
Note that even if NativeModules. XXXX is called and then NativeModules is printed, it is still an empty object