Jef Vandooren

Results 18 comments of Jef Vandooren

I've noticed the same issue in our app. The solution I've found is to install the expo-barcode-scanner package. You don't have to use it, just have it installed in your...

> On iOS we still cannot configure the a11yLabel or testID. They will always be set to the title of the previous screen (unless there is no title, then it...

This no longer seems to work with reanimated 3

Yes, the native module isn’t found on ios (error gets thrown)

Is this planned on the roadmap? Or could we help by creating a PR?

Would setting that to 0 not change the default to no edges? I think it should still default to all edges, just when passing an empty array, it should use...

@jacobp100 , I've implemented it for iOS, not sure if android needs to be looked at as well, I couldn't find a device to test it on

This would definitely help in my case. I want to create visually pleasing notebooks where the user doesn't have to interact with code too much. If this option would be...

The function that runs the training of the model is declared outside of the app. It is called however from within a callback. I will try to provide an example...

How would one use the dash-bootstrap-components? when using `app = JupyterDash(__name__, external_stylesheets=[dbc.themes.BOOTSTRAP])` it throws an error `TypeError: __init__() got an unexpected keyword argument 'external_stylesheets'`