| 12345678910 |
- rootProject.name = 'RNPrintExample'
- include ':app'
- include ':react-native-print'
- project(':react-native-print').projectDir = new File(rootProject.projectDir,'../node_modules/react-native-print/android')
- include ':react-native-html-to-pdf'
- project(':react-native-html-to-pdf').projectDir = new File(rootProject.projectDir,'../node_modules/react-native-html-to-pdf/android')
|