Osman Saral

Results 31 comments of Osman Saral

hey @thomaskioko . I was also looking for the same thing myself. Did you make it work? I couldn't even add voyager dependency (which includes ScreenModel) to commonMain because it's...

I'm not sure if that's currently possible. Please let me know if you achieve something

hi, I get this error while trying to build a project with ndk > Error while executing process /Users/osrl/Library/Android/sdk/ndk/21.3.6528147/ndk-build with arguments {NDK_PROJECT_PATH=null APP_BUILD_SCRIPT=/Users/osrl/Documents/Android Studio/hesabim-android/app/src/main/jni/Android.mk NDK_APPLICATION_MK=/Users/osrl/Documents/Android Studio/hesabim-android/app/src/main/jni/Application.mk APP_ABI=armeabi-v7a NDK_ALL_ABIS=armeabi-v7a NDK_DEBUG=1 APP_PLATFORM=android-18...

I solved it by editing ndk-build script: ``` #!/bin/sh DIR="$(cd "$(dirname "$0")" && pwd)" arch -x86_64 /bin/bash $DIR/build/ndk-build "$@" ``` After that, ndk-build gave me "invalid option -- O" error...

Hi, do you have any update on this @westoj ?

How about iOS? Will it be upgraded to [7.0.1](https://www.npmjs.com/package/cordova-ios)?

This could get into the documentation IMHO @DevSrSouza

Is it possible to use this snippet with a BottomSheetNavigator? @DevSrSouza

`NavigatorLifecycleStore.register` takes only Navigator so I couldn't find a way to use @DevSrSouza's code.

I'm using different config files not related to cordova. I've put them to fastlane/config_files. I didn't want to create a different folder for cordova screenshots. That's not a priority though.