mirror of
https://github.com/stablyai/orca.git
synced 2026-09-24 00:02:24 +00:00
13 lines
274 B
JavaScript
13 lines
274 B
JavaScript
module.exports = {
|
|
dependency: {
|
|
platforms: {
|
|
android: {
|
|
sourceDir: './android',
|
|
packageImportPath: 'import com.orca.terminalinput.TerminalInputPackage;',
|
|
packageInstance: 'new TerminalInputPackage()'
|
|
},
|
|
ios: null
|
|
}
|
|
}
|
|
}
|