Jared Hendry

Results 4 comments of Jared Hendry

The Windows toolchain is now available - https://swift.org/blog/swift-on-windows/. Unfortunately it didn't ship with Swift PM so looks like Windows support will have to wait.

This is happening because all the templates reference the React Native dependency by range, like `implementation 'com.facebook.react:react-native:+'`. Usually this dependency gets resolved from the local Maven repo in `./node_modules/react-native/android` but...

https://docs.gradle.org/current/samples/sample_composite_builds_plugin_development.html implies that this is indeed possible.

> > Might be useful to respect Gradle's console output mode for this as well. > > @jaredh I haven't heard of Gradle's console output mode before. Do you mean...