chore: add tvOS example project

This commit is contained in:
Konstantin Späth
2023-08-11 23:16:10 +02:00
parent 30d8146916
commit f4851ba181
66 changed files with 3614 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
rootProject.name = 'exampletvOS'
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')