crazycodeboy / GitHubPopular

这是一个用来查看GitHub最受欢迎与最热项目的App,它基于React Native支持Android和iOS双平台。#适配RN最新版在这里☞#

Home Page:http://coding.imooc.com/class/304.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-native-splash-screen

cccisbug opened this issue · comments

environment:
iOS11
xcode9
react-native-cli: 2.0.1
react-native: n/a - not inside a React Native project directory

运行报错:
TaskQueue: Error with task : undefined is not an object (evaluating '_reactNativeSplashScreen2.default.hide')

WelcomePage.js:26 processNext TaskQueue.js:116 _processUpdate InteractionManager.js:194 callTimer JSTimersExecution.js:84 callImmediatesPass JSTimersExecution.js:183 callImmediates JSTimersExecution.js:198 guard MessageQueue.js:42 __callImmediates MessageQueue.js:164 MessageQueue.js:112 guard MessageQueue.js:42 callFunctionReturnFlushedQueue MessageQueue.js:110

ios11 模拟器运行会
在APPDelegate中
jsCodeLocation = [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index.ios" fallbackResource:nil];

jsCodeLocation 变量为nil
服务已经开启了: Running packager on port 8081.