mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-27 13:03:12 +03:00
15 lines
268 B
JavaScript
15 lines
268 B
JavaScript
|
module.exports = {
|
||
|
dependencies: {
|
||
|
realm: {
|
||
|
platforms: {
|
||
|
ios: null, // disable iOS platform, other platforms will still autolink if provided
|
||
|
},
|
||
|
},
|
||
|
'react-native-config': {
|
||
|
platforms: {
|
||
|
ios: null,
|
||
|
},
|
||
|
},
|
||
|
},
|
||
|
};
|