File tree Expand file tree Collapse file tree
src/generators/application/files/app/android
app/src/main/java/com/__lowerCaseName__ Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -102,6 +102,7 @@ const binaryExtensions = new Set([
102102 '.jpm' ,
103103 '.jxr' ,
104104 '.key' ,
105+ '.keystore' ,
105106 '.ktx' ,
106107 '.lha' ,
107108 '.lib' ,
Original file line number Diff line number Diff line change 1111 "options" : {
1212 "assets" : [
1313 " packages/react-native/*.md" ,
14- {
15- "input" : " packages/react-native" ,
16- "glob" : " **/files/**/.babelrc__tmpl__" ,
17- "output" : " /"
18- },
1914 {
2015 "input" : " packages/react-native" ,
2116 "glob" : " **/files/**/.babelrc.template" ,
2621 "glob" : " **/*.!(ts)" ,
2722 "output" : " /src"
2823 },
29- {
30- "input" : " packages/react-native" ,
31- "glob" : " *.rb" ,
32- "output" : " /"
33- },
3424 {
3525 "input" : " packages/react-native" ,
3626 "glob" : " **/*.json" ,
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ import com.facebook.react.defaults.DefaultNewArchitectureEntryPoint;
99import com.facebook.react.defaults.DefaultReactNativeHost;
1010import com.facebook.soloader.SoLoader;
1111import java.util.List;
12- import com.lugg.RNCConfig.RNCConfigPackage;
1312
1413public class MainApplication extends Application implements ReactApplication {
1514
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
66 minSdkVersion = 21
77 compileSdkVersion = 33
88 targetSdkVersion = 33
9- kotlinVersion = "1.7.21 "
9+ kotlinVersion = "1.8.20 "
1010
1111 // We use NDK 23 which has both M1 support and is the side-by-side NDK version from AGP.
1212 ndkVersion = "23.1.7779620"
You can’t perform that action at this time.
0 commit comments