Skip to content

Commit f0ff6c8

Browse files
committed
fix: explain to auto-link exact routes
1 parent 82b1c96 commit f0ff6c8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

react-native.config.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
module.exports = {
2+
dependency: {
3+
platforms: {
4+
android: {
5+
packageImportPath: 'import com.documentscanner.DocumentScannerPackage;',
6+
packageInstance: 'new DocumentScannerPackage()'
7+
}
8+
}
9+
}
10+
}

0 commit comments

Comments
 (0)