JThobbyist
JThobbyist
Hi Mobirise, For those of us who purchase the ALL EXTENSIONS FOREVER package, we should be able to create our own extensions (even if they aren't shareable with anyone else)....
So apparently custom functions throw an error if they are anonymous (including arrow functions too). Therefore it should be mentioned in the docs that custom functions must be named functions,...
Events should be listenable directly on the BleManager instance. The docs show something like ``` import { NativeModules, NativeEventEmitter } from 'react-native'; BleManagerEventEmitter = new NativeEventEmitter(BleManagerModule); ``` This should be...
example usage: ``` const { create, all } = require('mathjs'); const math = create(all); const integral = require('./integral.js'); math.import( [[integral]] ); //simulates importing the npm package, which nests it [[]]...