* remove unused examples * init bare example with test app * add react-native-video * add test app suport in expo plugin * expo plugin: skip keys that are already in pod file * fix podfile * add src files * fix metro config * finalize react native test app configuration * init expo example * remove old examples * add guide for example * Add link to examples apps in docs * adopt bare example to CI tests * update CI workflows * CI build lib after node_modules install * fix examples readme * fix iOS CI * Add Example for DRM * Update examples/README.md * fix links * update examples README * sync example code * update README
		
			
				
	
	
		
			54 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			Properties
		
	
	
	
	
	
			
		
		
	
	
			54 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			Properties
		
	
	
	
	
	
| # Project-wide Gradle settings.
 | |
| 
 | |
| # IDE (e.g. Android Studio) users:
 | |
| # Gradle settings configured through the IDE *will override*
 | |
| # any settings specified in this file.
 | |
| 
 | |
| # For more details on how to configure your build environment visit
 | |
| # http://www.gradle.org/docs/current/userguide/build_environment.html
 | |
| 
 | |
| # Specifies the JVM arguments used for the Gradle Daemon. The setting is
 | |
| # particularly useful for configuring JVM memory settings for build performance.
 | |
| # This does not affect the JVM settings for the Gradle client VM.
 | |
| # The default is `-Xmx512m -XX:MaxMetaspaceSize=256m`.
 | |
| org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
 | |
| 
 | |
| # When configured, Gradle will fork up to org.gradle.workers.max JVMs to execute
 | |
| # projects in parallel. To learn more about parallel task execution, see the
 | |
| # section on Gradle build performance:
 | |
| # https://docs.gradle.org/current/userguide/performance.html#parallel_execution.
 | |
| # Default is `false`.
 | |
| #org.gradle.parallel=true
 | |
| 
 | |
| # AndroidX package structure to make it clearer which packages are bundled with the
 | |
| # Android operating system, and which are packaged with your app's APK
 | |
| # https://developer.android.com/topic/libraries/support-library/androidx-rn
 | |
| android.useAndroidX=true
 | |
| # Automatically convert third-party libraries to use AndroidX
 | |
| android.enableJetifier=true
 | |
| # Jetifier randomly fails on these libraries
 | |
| android.jetifier.ignorelist=hermes-android,react-android
 | |
| 
 | |
| # Use this property to specify which architecture you want to build.
 | |
| # You can also override it from the CLI using
 | |
| # ./gradlew <task> -PreactNativeArchitectures=x86_64
 | |
| reactNativeArchitectures=armeabi-v7a,arm64-v8a,x86,x86_64
 | |
| 
 | |
| # Use this property to enable support to the new architecture.
 | |
| # This will allow you to use TurboModules and the Fabric render in
 | |
| # your application. You should enable this flag either if you want
 | |
| # to write custom TurboModules/Fabric components OR use libraries that
 | |
| # are providing them.
 | |
| # Note that this is incompatible with web debugging.
 | |
| #newArchEnabled=true
 | |
| #bridgelessEnabled=true
 | |
| 
 | |
| # Uncomment the line below to build React Native from source.
 | |
| #react.buildFromSource=true
 | |
| 
 | |
| # Version of Android NDK to build against.
 | |
| #ANDROID_NDK_VERSION=26.1.10909125
 | |
| 
 | |
| # Version of Kotlin to build against.
 | |
| #KOTLIN_VERSION=1.8.22
 |