``` react-native init TestApp cd TestApp npm install --save react-native-ble rnpm link react-native run-ios ``` The project builds fine, but crashes upon startap in RNBLE module. Even without js actually using it. Android works fine!