Ask questions0.60.6 Discussion
Conversation on this thread are limited to 0.60.5 release's major issues and cherry-pick requests from commits that are already on master.
An example of a good such request is a bug fix for a serious issue that has been merged into master but did not make the 0.60.5 cut.
In other words, if you cannot point to a particular commit on master, then your request likely belongs as a new issue in http://github.com/facebook/react-native/issues.
If the commit you request to cherry pick is a complicated port, you will be asked to create the PR to the 0.60-stable branch yourself, in order to ensure that the process proceeds smoothly.
Answer
questions
solonifer
error: bundling failed: Error: Unable to resolve module warnOnce
from /Users/user/Documents/myapp/HB/node_modules/react-native/Libraries/react-native/react-native-implementation.js
: Module warnOnce
does not exist in the Haste module map
react-native 0.60.4
tryied everything from https://github.com/facebook/react-native/issues/23943 with no luck :(
Related questions