0

I am looking to integrate a textbox in my react native application where someone can enter a bug description and on submit have it show up on our Github issues tab.

Does anyone know how I could go about doing this?

Meisan Saba
  • 800
  • 2
  • 9
  • 25
devon66h
  • 459
  • 4
  • 17
  • 1
    Check out the Github API. It's not something I'm familiar with but you will find what you're looking for here https://developer.github.com/v3/issues/#create-an-issue – Justin Tamblyn Oct 22 '20 at 17:44
  • 1
    Once you understand the API, you will then need to make your application call the API: https://stackoverflow.com/questions/10341135/example-of-using-github-api-from-javascript – Justin Tamblyn Oct 22 '20 at 17:45

1 Answers1

0

Found solution here from Github's API: Github Developer - Create an Issue

devon66h
  • 459
  • 4
  • 17