@@ -8,45 +8,8 @@ apply plugin: "com.facebook.react"
88*/
99
1010react {
11- /* Folders */
12- // The root of your project, i.e. where "package.json" lives. Default is '..'
13- root = file(" ../../" )
14- // The folder where the react-native NPM package is. Default is ../node_modules/react-native
15- // reactNativeDir = file("../node_modules/react-native")
16- // The folder where the react-native Codegen package is. Default is ../node_modules/@react-native/codegen
17- // codegenDir = file("../node_modules/@react-native/codegen")
18- // The cli.js file which is the React Native CLI entrypoint. Default is ../node_modules/react-native/cli.js
19- // cliFile = file("../node_modules/react-native/cli.js")
20- /* Variants */
21- // The list of variants to that are debuggable. For those we're going to
22- // skip the bundling of the JS bundle and the assets. By default is just 'debug'.
23- // If you add flavors like lite, prod, etc. you'll have to list your debuggableVariants.
24- // debuggableVariants = ["liteDebug", "prodDebug"]
25- /* Bundling */
26- // A list containing the node command and its flags. Default is just 'node'.
27- // nodeExecutableAndArgs = ["node"]
28- //
29- // The command to run when bundling. By default is 'bundle'
30- // bundleCommand = "ram-bundle"
31- //
32- // The path to the CLI configuration file. Default is empty.
33- // bundleConfig = file(../rn-cli.config.js)
34- //
35- // The name of the generated asset file containing your JS bundle
36- // bundleAssetName = "MyApplication.android.bundle"
37- //
38- // The entry file for bundle generation. Default is 'index.android.js' or 'index.js'
39- // entryFile = file("../js/MyApplication.android.js")
40- //
41- // A list of extra flags to pass to the 'bundle' commands.
42- // See https://github.com/react-native-community/cli/blob/main/docs/commands.md#bundle
43- // extraPackagerArgs = []
44- /* Hermes Commands */
45- // The hermes compiler command to run. By default it is 'hermesc'
46- // hermesCommand = "$rootDir/my-custom-hermesc/bin/hermesc"
47- //
48- // The list of flags to pass to the Hermes compiler. By default is "-O", "-output-source-map"
49- // hermesFlags = ["-O", "-output-source-map"]
11+ /* Autolinking */
12+ autolinkLibrariesWithApp()
5013}
5114
5215/**
@@ -113,8 +76,6 @@ dependencies {
11376 }
11477}
11578
116- apply from : file(" ../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle" ); applyNativeModulesAppBuildGradle(project)
117-
11879project. ext. vectoricons = [
11980 iconFontNames : [ ' Ionicons.ttf' ] // Name of the font files you want to copy
12081]
0 commit comments