Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions packages/react-native-fantom/download.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
:: Copyright (c) Meta Platforms, Inc. and affiliates.
::
:: This source code is licensed under the MIT license found in the
:: LICENSE file in the root directory of this source tree.
@echo off

pushd ..\..
call gradlew.bat prepareNative3pDependencies
popd
15 changes: 15 additions & 0 deletions packages/react-native-fantom/tester/build.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
:: Copyright (c) Meta Platforms, Inc. and affiliates.
::
:: This source code is licensed under the MIT license found in the
:: LICENSE file in the root directory of this source tree.

@echo off

setlocal enabledelayedexpansion

set SCRIPT_DIR=%~dp0\
set BUILD_DIR=%SCRIPT_DIR%build
set REACT_NATIVE_ROOT_DIR=%SCRIPT_DIR%..\..\react-native

cmake -S "%SCRIPT_DIR%" -B "%BUILD_DIR%" -DREACT_COMMON_DIR="%REACT_NATIVE_ROOT_DIR%\ReactCommon"
cmake --build "%BUILD_DIR%" --target fantom_tester
Loading