mirror of
https://github.com/laurent22/joplin.git
synced 2026-05-07 20:02:45 +00:00
13 lines
336 B
JavaScript
13 lines
336 B
JavaScript
// https://github.com/react-native-community/cli/blob/main/docs/dependencies.md
|
|
|
|
module.exports = {
|
|
dependency: {
|
|
platforms: {
|
|
// * @type {import('@react-native-community/cli-types').IOSDependencyParams}
|
|
ios: {},
|
|
// * @type {import('@react-native-community/cli-types').AndroidDependencyParams}
|
|
android: {},
|
|
},
|
|
},
|
|
};
|