1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-09-16 10:31:39 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

feat: CI测试

This commit is contained in:
steven
2023-04-02 13:25:58 +08:00
parent 3d5012fced
commit 26cda39451
7 changed files with 11 additions and 7 deletions

View File

@@ -1,4 +1,7 @@
apply plugin: "com.android.application"
plugins {
id 'com.android.application'
id 'org.jetbrains.kotlin.android'
}
import com.android.build.OutputFile

View File

@@ -8,7 +8,7 @@ buildscript {
minSdkVersion = 21
compileSdkVersion = 31
targetSdkVersion = 31
kotlinVersion = '1.7.10'
kotlinVersion = '1.6.10'
if (System.properties['os.arch'] == "aarch64") {
// For M1 Users we need to use the NDK 24 which added support for aarch64

View File

@@ -37,4 +37,4 @@ reactNativeArchitectures=armeabi-v7a,arm64-v8a,x86,x86_64
# your application. You should enable this flag either if you want
# to write custom TurboModules/Fabric components OR use libraries that
# are providing them.
newArchEnabled=false
newArchEnabled=true

View File

@@ -27,7 +27,8 @@
"metro-react-native-babel-preset": "^0.76.0",
"prettier": "^2.8.4",
"react-test-renderer": "18.2.0",
"ts-jest": "^29.0.5"
"ts-jest": "^29.0.5",
"pod-install": "^0.1.37"
},
"jest": {
"preset": "react-native"