react-native-asset
Version:
Linking and unlinking of assets in your react-native app, works for fonts and sounds
10 lines • 363 B
TypeScript
/**
* Returns group from .xcodeproj if one exists, null otherwise
*
* Unlike node-xcode `pbxGroupByName` - it does not return `first-matching`
* group if multiple groups with the same name exist
*
* If path is not provided, it returns top-level group
*/
export default function getGroup(project: any, path: any): any;
//# sourceMappingURL=getGroup.d.ts.map