2021-04-08 10:37:35 -07:00
|
|
|
const fs = require('fs');
|
|
|
|
const path = require('path');
|
|
|
|
module.exports = {
|
|
|
|
reactNativePath: fs.realpathSync(path.resolve(require.resolve('react-native-windows/package.json'), '..')),
|
2021-08-01 14:47:11 +03:00
|
|
|
dependencies: {
|
|
|
|
'react-native-video-inc-ads': {
|
|
|
|
platforms: {
|
|
|
|
android: {
|
|
|
|
sourceDir:
|
|
|
|
'../node_modules/react-native-video-inc-ads/android-exoplayer',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
2021-04-08 10:37:35 -07:00
|
|
|
};
|