mirror of
https://github.com/status-im/react-native.git
synced 2025-01-17 21:11:45 +00:00
6 lines
144 B
JavaScript
6 lines
144 B
JavaScript
|
module.exports = {
|
||
|
func: require('./src/install'),
|
||
|
description: 'install and link native dependencies',
|
||
|
name: 'install <packageName>',
|
||
|
};
|