Module AppRegistry is not a registered callable module only in Release configuration
问题 Few days ago we had problem with our release build for IOS. We were getting Module AppRegistry is not a registered callable module error. In Debug configuration everything went well. 回答1: After some time we found out that when you run your code in develop configuration your index.js is created and provisioned to device via localhost connection. But when you're in release, you use react-native-xcode.sh script as a build step in xcode. This script creates index.js for you. BIG problem is that