Open
Description
In my quest to access files I bundle with my app I have read the documentation here and here and found this SO article here. I think the lack of answers to that article
The documentation only supplies an example for Android and their assets. On what level do I insert aaptOptions
in build.gradle
? What about iOS? What about accessing regular files the usual way through require('<myapp/myassets/...')
? Is it impossible? Bad practice? I would love to find the answers to these questions in the wiki