@app-masters/questions-component
Version:
A component for question and andswers management for React Native
5 lines • 339 B
JavaScript
export QuestionAnswers from './components/questionAnswers';
export QuestionView from './views/questionAnswers/questionView';
export AnswerCheckView from './views/questionAnswers/answerCheckView';
export AnswerPhotoView from './views/questionAnswers/answerPhotoView';
export AnswerTextView from './views/questionAnswers/answerTextView';