Swiper/android/app/src/main/jni/CMakeLists.txt
Brandon Presley 9f02211d6a Add basic swipe functionality through videos
Still need to work on:
1. Progress meter
2. Pause on tap
3. App icon
4. Dark/light mode detection
5. Height not being centered
6. Slide numbers on the bottom color
2022-12-15 16:32:28 +13:00

8 lines
270 B
CMake

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