unimonkiez / react-native-asset

Linking and unlinking of assets 🔥
298 stars 52 forks source link

Allow passing a path for the android and iOS project locations #41

Open daentech opened 1 year ago

daentech commented 1 year ago

The project I'm working on (just an Android app) has an existing android app structure we don't want to modify. Thus our android project is not in the android folder of the project root. To be able to link the assets I needed a custom path.

These paths default to the current android and ios locations unless overriden