Tu Nguyen

Results 20 comments of Tu Nguyen

> I am using this line of code. > > ``` > scan(type = 'http', protocol = 'tcp', domain = 'local.') > ``` > > But it is not returning...

> Which function do you use for searching multiple hosts ? Can i get some code want to be like you :))

> There's a hack for that. > > 1. Go to `android/app/src/main/res/values/styles.xml` > 2. Disable the app's preview as follows: > > ``` > > > true // // Other...

i am also having the same error

I also don't know how to implement sdk in my project, there is no docs for calling sdk functions. You did it, please show me!

$ cd moonwalk $ yarn $ cd ios && pod install && cd .. $ yarn build-ios $ react-native run-ios

You should change your sdkVersion compileSdkVersion = 33 and targetSdkVersion = 33 Gradle upgrade is required as well.

> replace special symbol in url path. Example '@' to '%40'. valid url : encodeURI(), encodeURIComponent(). I fix it Thank, I used it and it stopped crashing