Dima Loktev

Results 91 comments of Dima Loktev

It has been frozen since Canonical announced their react-native fork for Ubuntu.

I can understand that, it's hard to maintain such monolith project without the dedicated team working on it. It's great that Microsoft have resources to maintain Windows fork, and I'm...

I actually never worked on Qt myself, I was doing GTK one, but not for a long, so it's in a very early state. Canonical tried to make react-native based...

I tried but still get `Could not install WWDR certificate` ``` [10:50:39 ] Using fastlane 2.211.0 from https://github.com/chedabob/fastlane (at CertCheckerFaraday@061da97) [10:50:43]: Installing certificate... [10:50:43]: $ security find-certificate -a -c 'Apple...

@chedabob thanks for the tip, I see now the reason: ``` Installing WWDR Cert: security import /Users/admin/buildAgent/temp/buildTmp/AppleWWDRCAG2.cer20230209-4500-q5k519 -k /Library/Keychains/System.keychain NFO [2023-02-09 11:26:07.81]: ▸ security: SecKeychainItemImport: Write permissions error. ```

Looks like on M1 related issue with not finding the created beforehand keychain. So I'll step up from this issue, but just for future google results (and future chat bot...

You can add `rn-cli.config.js` for handling these issues. Something like this worked for me https://gist.github.com/ptmt/b1473dead098cf53d667e355aedf2a7b (though, it's quite old, worked with the RN 10 months ago. Now I'm working on...

You're right. There is a specific babel resolver for making that alias. Could you please check that you have installed babel plugins and this config in your `package.json` or `.babelrc`?...

Could you please post your `package.json` also? And add something like `"react-native-test": "react-native-macos", to babel config resolver section?

See this project I just forked to demonstrate cross-platform capability https://github.com/ptmt/react-native-nw-react-calculator I just tried and packager correctly resolves react-native as react-native-macos. If you could add something to this project to...