React Native API
Tested version 0.75
function nativeValue(propertyName)
let value = await Appfigurate.nativeValue('propertyName');function setLogging(value)
await Appfigurate.setLogging(true);function version()
await Appfigurate.version();function description()
await Appfigurate.description();function modifications()
function saveConfiguration()
function restoreConfiguration()
function addListener(...)
Last updated