mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-06 23:40:29 +03:00
add basic test suite for gradlew-fdroid
!707
fdroiddata#6216
The se.manyver app is licensed MPL, the files came from:
81d247a6cd
This commit is contained in:
parent
83ffeb855f
commit
3de2d0f56f
13 changed files with 611 additions and 0 deletions
18
tests/source-files/se.manyver/react-native.config.js
Normal file
18
tests/source-files/se.manyver/react-native.config.js
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
module.exports = {
|
||||
dependencies: {
|
||||
'nodejs-mobile-react-native': {
|
||||
// Ignored because we need to set this up manually in order to
|
||||
// call some APIs of this library directly in our MainActivity.java
|
||||
platforms: {
|
||||
android: null,
|
||||
},
|
||||
},
|
||||
'react-native-bluetooth-socket-bridge': {
|
||||
// This package needs some config passed as arguments to the constructor
|
||||
// so we need to "link" it manually in MainApplication.java
|
||||
platforms: {
|
||||
android: null,
|
||||
},
|
||||
},
|
||||
},
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue