Documentation Index
Fetch the complete documentation index at: https://docs.spikeapi.com/llms.txt
Use this file to discover all available pages before exploring further.
Getting logs for troubleshooting and debugging from Spike SDK for React Native platform.
Documentation Index
Fetch the complete documentation index at: https://docs.spikeapi.com/llms.txt
Use this file to discover all available pages before exploring further.
await Spike.setLogCallback((level, message) => {
if (level === LogLevel.verbose) {
return
}
console.log(`[SpikeSDK.${level.toUpperCase()}] ${message}`);
});