当前分析的ReactNative版本为0.61.5: 一、NativeModule基本使用 我们知道,要想访问原生提供的功能,需要通过继承NativeModule,并提供相关的方法,只有这样JS层才能直接访问。 举个例子,StatusBarModule类: /** {@link NativeModule} that allows changing the appearance of the status bar. */ @ReactModule(name = StatusBarModule.NAME) public class StatusBarModule extends ReactCont