Skip to content

Instantly share code, notes, and snippets.

@zenz
zenz / react.gradle
Last active November 23, 2019 01:34
temporary fix for hermes-engine working with Windows
// Copyright (c) Facebook, Inc. and its affiliates.
// This source code is licensed under the MIT license found in the
// LICENSE file in the root directory of this source tree.
import org.apache.tools.ant.taskdefs.condition.Os
def config = project.hasProperty("react") ? project.react : [];
def cliPath = config.cliPath ?: "node_modules/react-native/cli.js"