I’m trying to initialize Backendless with my react native app, but I get an error “initApp isn’t a function”.
var Backendless = require('./libs/backendless');
.....
module.exports = React.createClass({
componentWillMount: function(){
Backendless.initApp(...)