Kamran Gh

Results 4 issues of Kamran Gh

Hey! I wonder how can I use this library to get the innerText of my HTML string and also preserve the new lines? ``` const htmlstring = `helloworld` const result...

you removed babel-core and others from package.json so if you run npm install then u want to start packager u get the error of lack of dependencies! so i return...

in windows and also in ubuntu (vm) after i write server name i'm get timeout exception in process of "Loading fresh DC list.." am i miss something?! Loading fresh DC...

Hello how can I have multiple placeholder to point out the list view? the way I achieved this: screen.js ``` isLoading ? [...Array(5)].map((o, i) => ()) : () ``` and...