Omid Gharib

Results 6 issues of Omid Gharib

https://github.com/mdn/fetch-examples/blob/febae5dee9144c38cdc680c9c6baa8aec09a4793/fetch-json/index.html#L30

**add functionlity** ```moment(monthEnd).add(1, "jMonth")``` **Expected behavior** I expected that line of code give me the end date of next month PS: monthEnd is end date of the current month i...

Cannot read property 'object' of undefined ... react-native-easy-gestures\lib\index.js:31:24 I get this error in case of just import "react-native-easy-gestures". react-native-cli: 2.0.1 react-native: 0.50.4

in progress

i'm using a ui-stepper in a flat list when i chaned the list with setState ui-stepper counter value didn't change

``` const extension = file.type.split('/')[1] ``` this line of code causes a problem in some types like "text/plain" it doesn't work properly its better extract extension from file name

the previous line of code wasn't good for extract file extension It causes a lot of bugs in you're project