NativeScript / nativescript-app-sync

♻️ Update your app without going through the app store!
MIT License
125 stars 24 forks source link

Images added to App_Resources not synced #40

Closed manijak closed 4 years ago

manijak commented 4 years ago

Added a new image (.png) to the android & ios App_Resources folder. It worked in the simulator and on device. But after publishing the patch via app-sync, the image did not appear on my device after restarting. Had to upload the image to online service and link it.

EddyVerbruggen commented 4 years ago

I think that’s expected behavior as those files are not part of the app bundle, but rather the native resources/assets. If you move those images to fi. app/images you should be fine.

manijak commented 4 years ago

Ah didn't know that. The main readme tells us that anything innside the app folder is synced.

What can (and will) be AppSync'ed? Anything inside your /app folder. Anything inside your /node_modules folder.

EddyVerbruggen commented 4 years ago

Yes, I'll make that more clear then because I didn't mean App_Resources as well (it's not mandatory to have that inside the app folder btw).