Brad Anderson
Brad Anderson
Can we get a log of the errors? What version you are attempting to use, etc?
Is that Expo-specific? If you have properly installed RNQC deps, there should be a RNQB64 folder in `node_modules` one directory up from `./android`, not three (i.e. in your app).
I get that, and I am suggesting use the release candidates, not downgrade. But why does Expo need the extra `../../` on your include_directories paths? If dependencies are installed properly,...
Can you throw together a PR, please? I'll pull it down and test from my side, and see if this improves our build story.
@pehkay can you pull the branch from #303 and try that instead of your PR? @shamilovtim helped me find what is hopefully the original culprit and a good fix for...
> Given that react native 0.74.0 now has native atob and btoa, should we still have react-native-quick-base64 in here? I think so, for at least a little while. Maybe see...
> arguments are causing error in gradle build (windows) [This SO article](https://stackoverflow.com/questions/62349972/whats-the-syntax-of-making-a-string-value-generic-inside-something-executestrin) seems to show that it looks correct. Maybe add a `println "nodeModules: ${nodeModules}"` line somewhere to check the...
No, the comma on the end should not be there. It throws an error about `String` vs `List`. You may have pulled it before I took that comma out. Also,...
> @boorad Does #303 also fix this issue for iOS? The example app builds locally for me, and CI says it works... give it a whirl. But nothing should have...
FYI, the android fix in #303 is not yet in a release candidate. You'd have to reference `main` in your `package.json` file to see if that solves android.