1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-07 09:50:07 +02:00
fdroidserver/tests/source-files/se.manyver/react-native.config.js
Hans-Christoph Steiner 3de2d0f56f add basic test suite for gradlew-fdroid
!707
fdroiddata#6216

The se.manyver app is licensed MPL, the files came from:
81d247a6cd
2020-02-13 22:32:51 +01:00

19 lines
531 B
JavaScript

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,
},
},
},
};