RNFS.readFile(NextQuestionPath, 'utf8')
      .then((nextQuestion) => {
        this.setState({
          nextQuestion: MarkdownHelper.convert(nextQuestion),
        });