Fix old references to removed libraries
This commit is contained in:
		
							parent
							
								
									ebabc39e3d
								
							
						
					
					
						commit
						c907912a16
					
				|  | @ -88,10 +88,6 @@ project.ext.vectoricons = [ | |||
|   iconFontNames: [ 'MaterialIcons.ttf', 'EvilIcons.ttf' ] // Name of the font files you want to copy | ||||
| ] | ||||
| 
 | ||||
| apply from: "../../node_modules/react-native-vector-icons/fonts.gradle" | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| /** | ||||
|  * Set this to true to create two separate APKs instead of one: | ||||
|  *   - An APK that only works on ARM devices | ||||
|  | @ -258,7 +254,6 @@ android { | |||
| 
 | ||||
| dependencies { | ||||
|     implementation fileTree(dir: "libs", include: ["*.jar"]) | ||||
|     implementation project(':react-native-fs') | ||||
| 
 | ||||
|     //noinspection GradleDynamicVersion | ||||
|     implementation "com.facebook.react:react-native:+"  // From node_modules | ||||
|  |  | |||
|  | @ -2,8 +2,6 @@ rootProject.name = 'swiper' | |||
| apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings) | ||||
| include ':app' | ||||
| includeBuild('../node_modules/react-native-gradle-plugin') | ||||
| include ':react-native-fs' | ||||
| project(':react-native-fs').projectDir = new File(settingsDir, '../node_modules/react-native-fs/android') | ||||
| 
 | ||||
| if (settings.hasProperty("newArchEnabled") && settings.newArchEnabled == "true") { | ||||
|     include(":ReactAndroid") | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user