jpush / jpush/jcore-react-native

这对吗?

Open
#78 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
50
Forks
65
PR merge metrics
No merged PRs in 30d

Description

RCT_EXPORT_METHOD(setAuth: (BOOL *)enable)
{
    JgLog("JCollectionAuth %d",enable);
    __block BOOL isAuth= enable;
    [JGInforCollectionAuth JCollectionAuth:^(JGInforCollectionAuthItems * _Nonnull authInfo) {
        authInfo.isAuth = isAuth;
    }];
}

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue includes only an Objective-C snippet and asks whether it is correct; no file, entry point, test, or expected behavior is provided. Start by locating this exported method in the native iOS module and compare its behavior with the intended authentication API; done requires a stated expected result and a reproducible check.

Written by the indexing model from the issue text.

Assessment

Tech stack
objective-c
Domain
mobile-dev
Issue type
Bug
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
15/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.