File tree Expand file tree Collapse file tree
packages/react-native-fantom Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ :: Copyright (c) Meta Platforms, Inc. and affiliates.
2+ ::
3+ :: This source code is licensed under the MIT license found in the
4+ :: LICENSE file in the root directory of this source tree.
5+ @ echo off
6+
7+ pushd ..\..
8+ call gradlew.bat prepareNative3pDependencies
9+ popd
Original file line number Diff line number Diff line change 1+ :: Copyright (c) Meta Platforms, Inc. and affiliates.
2+ ::
3+ :: This source code is licensed under the MIT license found in the
4+ :: LICENSE file in the root directory of this source tree.
5+
6+ @ echo off
7+
8+ setlocal enabledelayedexpansion
9+
10+ set SCRIPT_DIR = %~dp0 \
11+ set BUILD_DIR = %SCRIPT_DIR% build
12+ set REACT_NATIVE_ROOT_DIR = %SCRIPT_DIR% ..\..\react-native
13+
14+ cmake -S " %SCRIPT_DIR% " -B " %BUILD_DIR% " -DREACT_COMMON_DIR=" %REACT_NATIVE_ROOT_DIR% \ReactCommon"
15+ cmake --build " %BUILD_DIR% " --target fantom_tester
You can’t perform that action at this time.
0 commit comments