settings.gradle 377 B

12345678910
  1. rootProject.name = 'RNPrintExample'
  2. include ':app'
  3. include ':react-native-print'
  4. project(':react-native-print').projectDir = new File(rootProject.projectDir,'../node_modules/react-native-print/android')
  5. include ':react-native-html-to-pdf'
  6. project(':react-native-html-to-pdf').projectDir = new File(rootProject.projectDir,'../node_modules/react-native-html-to-pdf/android')