I am facing an issue when using moko resources,
When I'm adding a new file to the assets directory, the app does not detect it and throws
> File Not Found Exception
If i replace some old file, the app still shows the old one sometimes even a file which has been removed from the project long time ago
This only happens in Android, not in iOS
This is how my module structure looks
shared
|
| -> ui
|-> screens
|-> core (moko resources lie here)
|-> components
.........