André Samuelsson

Results 5 comments of André Samuelsson

That didn't work for me. What worked for me was creating a `before.js` file only containing the `require('react-native').unstable_enableLogBox();` line. And then `import './before'`; at the very top of index.js And...

Not sure this is a conflict with the toast library. But I'm assuming you've put the `require('react-native').unstable_enableLogBox();` at the top of the index.js file? Didn't work for me either. What...

Doesn't work when scale is not defined... Unthurough testing on my part. Pushing fix soon.

This is how it was intended from the beginning right? Try to use the entry from specified screen configuration. Then try to find the entry in the default section. As...

Some answers to my own questions about user_data. The user_data parameter that you write to in the mosquitto_plugin_init is handed to the mosquitto_plugin_cleanup. While all the event callbacks have their...