react-native run-* で error during initialization or failure to call AppRegistry.registerComponent の対策

エラーログ

APP_NAME has not been registered.
This is either due to a required() error during initialization or failure to call AppRegistry.registerComponent

対策

node プロセスが干渉しているので kill する.

$ ps aux | grep node
$ sudo kill -9 PROCESS_ID

参考

https://github.com/jhabdas/react-native-webpack-starter-kit/issues/30#issuecomment-180838137

react プロセスのパターンもあるみたい.

react−nativeの最初につまずいたところメモφ(。_。 ) - Qiita