triniwiz / triniwiz/nativescript-plugins
couchbase on android
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 87
- Forks
- 57
- Avg merge
- 1h 36m
- Merged PRs (30d)
- 4
Description
i have an issue here:
https://github.com/triniwiz/nativescript-plugins/blob/040851249eeca6ac0f7890543c2cee1e42d9e05a/packages/nativescript-couchbase/index.android.ts#L19
works for me only if i change it to:
com.couchbase.lite.CouchbaseLite.init(Utils.android.getApplicationContext());
my config:
"tns-android": {
"version": "6.5.0"
},
"tns-ios": {
"version": "6.5.0"
}
"@triniwiz/nativescript-couchbase": "^1.2.1",
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
Start with packages/nativescript-couchbase/index.android.ts at the linked line and compare the current Couchbase Lite initialization with the application-context call shown in the issue. Verify the change using the reported NativeScript Android 6.5.0 configuration and confirm that Couchbase initializes correctly on Android.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, typescript
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100