Joon Heo
Joon Heo
With the 1.3.0 update, I've been running into issue during my xCode iOS build process where it will say `'React/RCTImageLoader.h' file not found`. I'm running ``` react: 16.8.6 react-native: 0.60.6...
``` >> TypeError: this.key is not a function >> at Job.start (/Users/joonheo/projects/studio/node_modules/grunt-saucelabs/src/Job.js:69:43) >> at getResult (/Users/joonheo/projects/studio/node_modules/grunt-saucelabs/src/TestRunner.js:113:10) >> at _combinedTickCallback (internal/process/next_tick.js:67:7) >> at process._tickCallback (internal/process/next_tick.js:98:9) >> From previous event: >> at...
Object.assign is no longer part of the react library in its current version, please change it to spread operators! will make a PR UPDATE: actually spread operators are new and...
Should fix errors when updated to the latest and greatest version of react Fixes #9