1. 17 Feb, 2016 1 commit
  2. 16 Feb, 2016 7 commits
  3. 09 Feb, 2016 2 commits
  4. 01 Feb, 2016 1 commit
  5. 31 Jan, 2016 3 commits
  6. 23 Jan, 2016 1 commit
  7. 22 Jan, 2016 2 commits
  8. 19 Jan, 2016 2 commits
  9. 17 Jan, 2016 1 commit
  10. 16 Jan, 2016 2 commits
  11. 11 Jan, 2016 1 commit
  12. 10 Jan, 2016 1 commit
  13. 09 Jan, 2016 1 commit
  14. 08 Jan, 2016 8 commits
  15. 04 Jan, 2016 4 commits
  16. 02 Jan, 2016 1 commit
  17. 31 Dec, 2015 2 commits
    • Gaëtan Renaudeau's avatar
      remove dead code · 5dc2413e
      Gaëtan Renaudeau authored
      5dc2413e
    • Gaëtan Renaudeau's avatar
      Implement options for captureFrame · d202a1ff
      Gaëtan Renaudeau authored
      - format: "base64" || "file"
      - type: "png" || "jpeg"/"jpg" || "webm" (android only)
      - quality: from 0 to 1 (iOS support only with type=jpg/jpeg)
      - filePath: for format=="file" you must provide a file path (you can use react-native-fs to get directory constants)
      d202a1ff