react-native-markdown
react-native-markdown copied to clipboard
load file
What is the way to load or import the markdown file in android production build?
Lets say I have a readme.md file in the asset directory and this is bundled in the asset folder. How do I load this file into the script?
use react native fetch blob
@jjhesk can you require
it in, the same way you would with an image?