Pooria

Results 5 issues of Pooria

Hi I want to use the custom build. So I went through the guide and set: ``` config.module.rules.push({ exclude: [/node_modules\/(?!(swiper|dom7)\/).*/, /\.test\.js(x)?$/], test: /\.js(x)?$/, use: [{ loader: 'babel-loader' }], }) ```...

This feature adds or removes the className `is-visible` based on cells' condition.

I added the ability to set `draggable: "onOverflow"`. I hope it would be useful.

When I copied the code from "A native stack navigator for each tab", I realized the header is being duplicated. I checked that in the snack version, there is this...

Hello I have 2 STL models imported via this code (simplified): ```javascript var A, B; var loader = new THREE.STLLoader(); // Load Object A loader.load( './stl/A.stl', function ( geometry )...