2.0.0 • Published 3 years ago

react-native-qwary v2.0.0

Weekly downloads
-
License
TMT
Repository
-
Last release
3 years ago

react-native-qwary

Getting started

$ npm install react-native-qwary --save

Mostly automatic installation

$ react-native link react-native-qwary

Manual installation

Android

  1. Open up android/app/src/main/java/[...]/MainActivity.java
  • Add import com.qwary.survey.SurveyPackage; to the imports at the top of the file
  • Add new SurveyPackage() to the list returned by the getPackages() method
  1. Append the following lines to android/settings.gradle:
    include ':react-native-qwary'
    project(':react-native-qwary').projectDir = new File(rootProject.projectDir, 	'../node_modules/react-native-qwary/android')
  2. Insert the following lines inside the dependencies block in android/app/build.gradle:
      compile project(':react-native-qwary')

Usage

import Survey from 'react-native-qwary';

// TODO: What to do with the module?
Survey;
2.0.0

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago