thanhdevapp

Results 19 comments of thanhdevapp

@AnhNguyen228 Bác chia sẻ cách fix đc ko.

@hsz Hi, when you release version 2.0, i have same problem

Same problem ERROR ReferenceError: Property '__scanCodes' doesn't exist, js engine: hermes With RN 70x, Xcode lastest, Mac 11, version 0.2.0

``` //Disabled menu hover < 768px .disabled menu hover. It work (with name class bootstraps) you can try $(window).resize(function () { if ($(window).width() < 768) { var horizontalmenu = $("body").find(".horizontal-menu");...

Can give me an example about drag and drag inside custom ui template.

> The issue you're having is because you're using the NDK version 25.x while you should use 26.x. > > If you update this file https://github.com/sandeep36butte/RNBrownFeldApp/blob/main/Android/app/build.gradle.kts as follows: > >...