e200c0e7e0
* Project re-initialization with latest react native (npx create-react-native-library)
10 lines
157 B
JavaScript
10 lines
157 B
JavaScript
const path = require('path');
|
|
|
|
module.exports = {
|
|
dependencies: {
|
|
'bigbluebutton-tablet-sdk': {
|
|
root: path.join(__dirname, '..'),
|
|
},
|
|
},
|
|
};
|