标签: react-native react-native-fs react-native-xml2js
var myval; var simpleStore = function(value){ myval = value; } var myvariable = RNFS.readFile(APPLICATION_HISTORY_DIRECTORY, 'utf8').then(simpleStore);