No Description

CMakeLists.txt 268B

1234567
  1. cmake_minimum_required(VERSION 3.13)
  2. # Define the library name here.
  3. project(test_appmodules)
  4. # This file includes all the necessary to let you build your application with the New Architecture.
  5. include(${REACT_ANDROID_DIR}/cmake-utils/ReactNative-application.cmake)