Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 740 Bytes

pull_request_template.md

File metadata and controls

31 lines (21 loc) · 740 Bytes

Description

Fixes #

Added yourNewMethodName() that allows ...

Compatibility

OS Implemented
iOS ✅❌
Android ✅❌
Windows ✅❌

Checklist

  • I have tested this on a device/simulator for each compatible OS
  • I added the documentation in README.md
  • I updated the typings files (privateTypes.ts, types.ts)
  • I added a sample use of the API (example/App.js)