Dinesh

Results 96 comments of Dinesh

No worries @jleach ... I was trying to fix it. For some reason, I couldn't pop the loading screen route from the stack navigation history. The react native - stack...

I am facing the same issue.. Did anyone found a solution for this? ``` "devDependencies": { "grunt": "^1.0.1", "grunt-cli": "1.2.0", "grunt-contrib-uglify": "1.0.2", "grunt-contrib-less": "1.4.0", "grunt-contrib-watch": "1.0.0", "grunt-bless": "1.0.2" } ```

Not sure how to install `kvm` on mac m1. ``` 2022-12-22 22:53:17 ssh-keygen: generating new host keys: RSA ECDSA ED25519 2022-12-22 22:53:17 ++ id -u 2022-12-22 22:53:17 ++ id -g...

updated the `build_ios.sh` to include arm64 simulator. ```sh . . . ARCHS=${ARCHS:-"armv7 armv7s arm64 x86_64 arm64-sim"} . . . arm64-sim) PLATFORM="iPhoneSimulator" HOST="arm64-apple-darwin" export BASEDIR="${DEVELOPER}/Platforms/${PLATFORM}.platform/Developer" export ISDKROOT="${BASEDIR}/SDKs/${PLATFORM}.sdk" export CXXFLAGS="${OTHER_CXXFLAGS}" export CPPFLAGS="-arch...

Looks like someone else also had the same issue - https://stackoverflow.com/questions/71162949/using-zmq-on-ios Does anyone have any insight, please?

@gmulhearn-anonyome - That's great to hear. However, where did you get `4.2.5`? The latest version I see is `4.2.4`. Perhaps it's a typo? Also, do you happen to have a...

I will give that a shot. Thanks @gmulhearn-anonyome

Interesting documentation. It was very helpful. > Dart will also get Native Assets some months down the line. Might just be worth waiting on these for web support, instead of...