應(yīng)用程序注冊表

2019-08-14 14:23 更新

AppRegistry 是運行所有 React Native 應(yīng)用程序的 JS 入口點。應(yīng)用程序跟組件需要通過AppRegistry.registerComponent 來注冊它們自身,然后本地系統(tǒng)就可以加載應(yīng)用程序的包,再然后當AppRegistry.runApplication準備就緒后就可以真正的運行該應(yīng)用程序了。

AppRegistry  require 序列里是 required,確保在其他模塊被需求之前 JS 執(zhí)行環(huán)境已經(jīng)被 required。

方法

static **registerConfig**(config: Array<AppConfig>) 

static **registerComponent**(appKey: string, getComponentFunc: Function) 

static **registerRunnable**(appKey: string, func: Function) 

static **runApplication**(appKey: string, appParameters: any)


以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號