1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-11 15:13:27 +02:00
fdroidserver/tests/source-files/se.manyver/react-native.config.js

19 lines
531 B
JavaScript
Raw Normal View History

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