I am wondering how the common way is to import a huge text to a View. In my case i am developing a React Native App for Android and iOS, and on one of my Views i want to pre
You can use:
import file from './config/TermsAndCondition.json';
then you can treat it as a javascript object:
file.description