djohnsonkc
Results
1
comments of
djohnsonkc
Invariant Violation: Module AppRegistry is not a registered callabel module (calling runApplication)
This resolved it for me: $ cd ios && rm -rf Pods && pod cache clean --all && pod install && cd .. I forgot that I had done a...