W3Cschool
恭喜您成為首批注冊用戶
獲得88經(jīng)驗值獎勵
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)
Copyright©2021 w3cschool編程獅|閩ICP備15016281號-3|閩公網(wǎng)安備35020302033924號
違法和不良信息舉報電話:173-0602-2364|舉報郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號
聯(lián)系方式:
更多建議: