Jacob Clausen
Jacob Clausen
Hello, I've followed the instructions and ended up with some code looking like this: ``` Test //Walkability matrix. Zero is walkable, One is not var matrix = [ [0, 0,...
I am using React-Slick for my project and I want to be able to dynamically change the settings that I provide to my slider. For slickjs (https://github.com/kenwheeler/slick) this can be...
Hey there, thanks for this great package. Is it possible to grab the inner html of an element as a string in the transform function? Here's an example ``` const...
Hi there, This is rather a question than an issue. in Tiled it's possible to add tiles from different tile sets with different sizes to the same map. For example,...
### Minimal reproducible example https://github.com/entiendoNull/expo-router-ui-tabs/ ### Which package manager are you using? (Yarn is recommended) yarn ### If the issue is web-related, please select the bundler (`web.bundler` in the `app.json`)...
# Why When integrating expo-router/ui into a more realistic scenario, I noticed several inconsistencies that deviate from expected behavior - especially when compared to default tab navigation in expo-router and...