jpush / jpush/jcore-react-native
这对吗?
Open
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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