Project initialization (npx create-react-native-library)

This commit is contained in:
Tiago Jacobs
2022-02-14 16:11:21 -03:00
parent 1164027645
commit 9502d53fe3
77 changed files with 17889 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
rootProject.name = 'BigbluebuttonMobileSdkExample'
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
include ':app'
include ':bigbluebuttonmobilesdk'
project(':bigbluebuttonmobilesdk').projectDir = new File(rootProject.projectDir, '../../android')