react-native-markdown icon indicating copy to clipboard operation
react-native-markdown copied to clipboard

load file

Open jjhesk opened this issue 8 years ago • 2 comments

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?

jjhesk avatar Nov 23 '16 02:11 jjhesk

use react native fetch blob

afdalwahyu avatar Dec 04 '16 04:12 afdalwahyu

@jjhesk can you require it in, the same way you would with an image?

jcollum avatar Apr 21 '17 22:04 jcollum