Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there an actively maintained fork we can use? #157

Open
latobibor opened this issue Jul 18, 2023 · 1 comment
Open

Is there an actively maintained fork we can use? #157

latobibor opened this issue Jul 18, 2023 · 1 comment

Comments

@latobibor
Copy link

Both Android platform and react-native are having great changes. Now is not the time to not merge PRs for more than 2 years. Either put up a deprecation warning and redirect traffic towards a maintained alternative or allow new contributors to be admins please.

@gabimoncha
Copy link

You can use the graphql github explorer to check

https://docs.github.com/en/graphql/overview/explorer

query { 
  repository(
    owner: "c19354837"
    name: "react-native-system-setting"
  ) {
    name
    forkCount
    forks(
      first: 25
      orderBy: { field: PUSHED_AT, direction: DESC }
    ) {
      totalCount
      nodes {
        url
        updatedAt
      }
    }
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants