Hadi Kurniawan AR
Hadi Kurniawan AR
hello, i am here trying as well cloning the repo and building react demo, but after i run `make && make react`, this is what i got: ```bash mkdir -p...
i did modify this file `demos/react/Makefile` in this line https://github.com/SheetJS/sheetjs/blob/master/demos/react/Makefile#L3: and ```suggestions - python -mSimpleHTTPServer + npx -y http-server . ``` everything then works. thanks!
after delving into the source code, i saw ```javascript // index.js this.state = { width: 0, height: 0, activeIndex: 0, }; ``` i change this value `width` and `height` to...
this is also happening in `4.0.4`. Interestingly, in `3.0.0`, this bug only appears in debug mode and it does not appear in release mode. But for `4.0.4`, it also appears...
Apparently, there is problem on my side when i force the state `width` and `height` (due to issue [#237](https://github.com/Jacse/react-native-app-intro-slider/issues/237)) respectively to `Dimensions.get('screen')`'s `width` and `screen`, but the `onLayout` of the...
is it better to have `width` and `height` initially in state rather than on `onLayout`?
i think due to this issue #224 , it is better to set `width` and `height` early to `Dimensions.get('screen')` values and keep setting `width` and `height` to state on `onLayout`,...
Apparently this repo has been forsaken. last commit by any contributor to master was on 10 Feb 2021. Maybe we should play with another things?
there is rewriting on the way: #3332 dunno when this will be merged