原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 1878,
"has_wiki": true,
"homepage": "https://appandflow.github.io/react-native-ease/",
"languages": {
"CSS": 42,
"HTML": 710,
"Ruby": 1377,
"Shell": 2130,
"Swift": 4133,
"Kotlin": 60173,
"JavaScript": 2761,
"TypeScript": 161966,
"Objective-C": 291,
"Objective-C++": 58852
},
"pushed_at": "2026-07-06T17:28:54Z",
"created_at": "2026-03-11T19:25:26Z",
"owner_type": "Organization",
"updated_at": "2026-07-21T05:38:17Z",
"description": "🍃 Lightweight declarative animations powered by platform APIs",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript",
"Kotlin",
"Objective-C++"
]
},
"owner": {
"blog": "https://appandflow.com",
"name": "App&Flow",
"type": "Organization",
"login": "AppAndFlow",
"company": null,
"location": "Montreal",
"followers": 150,
"avatar_url": "https://avatars.githubusercontent.com/u/15523393?v=4",
"created_at": "2015-10-31T15:44:20Z",
"is_verified": null,
"public_repos": 29,
"account_age_days": 3916
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.7.3",
"kind": "patch",
"published_at": "2026-06-12T21:36:23Z"
},
{
"tag": "v0.7.2",
"kind": "patch",
"published_at": "2026-05-09T20:31:49Z"
},
{
"tag": "v0.7.1",
"kind": "patch",
"published_at": "2026-05-05T22:37:26Z"
},
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2026-04-14T03:19:24Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2026-04-14T03:04:06Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2026-04-08T22:11:55Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2026-03-25T05:13:05Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-03-19T07:43:47Z"
},
{
"tag": "tmp-upload-v1",
"kind": "other",
"published_at": "2026-03-15T23:28:14Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-03-12T18:35:30Z"
}
],
"recent_commits": [
{
"oid": "5f7e385f5e8f6561e5ca61508ee756cd4acad5ff",
"body": "* chore(example): rename iOS project to EaseExample to avoid pod scheme collision\n\nThe app project generated by expo prebuild was named Ease, the same as\nthe development pod. CocoaPods recreates a user scheme for the pod on\nevery pod install, and xcodebuild resolved -scheme Ease to the pod's\nscheme, so expo run:ios built only the static library and then failed\nto find the app binary. Naming the app EaseExample keeps the two\nschemes distinct.\n\n* chore: run unit tests on CI",
"is_bot": false,
"headline": "chore: run unit tests on CI (#52)",
"author_name": "Janic Duplessis",
"author_login": "janicduplessis",
"committed_at": "2026-07-06T17:28:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a73b9173521186ab5e94cd62d1de1ba4c6c5533e",
"body": "… loop snapshots (#50)\n\nCAAnimation strongly retains its delegate, and the loop animation\nsnapshots saved in _loopAnimations never complete, so using the view as\nthe animation delegate created a permanent retain cycle\n(view -> _loopAnimations -> animation -> view). Views released without\ngoing throu\n[…]\nthe view re-attached to a window. Clear the saved snapshots there too.\n\nAdds an example-app reproducer under Issues that cancels a loop and\nswitches tabs to exercise the didMoveToWindow re-apply path.",
"is_bot": false,
"headline": "fix(ios): break CAAnimation delegate retain cycle and clear cancelled…",
"author_name": "Janic Duplessis",
"author_login": "janicduplessis",
"committed_at": "2026-07-02T03:50:47Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a112f76ae248f3e8905a364360c4463d7c9813b6",
"body": "… collision (#51)\n\nThe app project generated by expo prebuild was named Ease, the same as\nthe development pod. CocoaPods recreates a user scheme for the pod on\nevery pod install, and xcodebuild resolved -scheme Ease to the pod's\nscheme, so expo run:ios built only the static library and then failed\nto find the app binary. Naming the app EaseExample keeps the two\nschemes distinct.",
"is_bot": false,
"headline": "chore(example): rename iOS project to EaseExample to avoid pod scheme…",
"author_name": "Janic Duplessis",
"author_login": "janicduplessis",
"committed_at": "2026-07-02T03:45:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5bff6ad1e96c1e899aae53e2af1ce88f002a7f7",
"body": "The example web export contains a 2 MB minified bundle that the\nprettier rule takes many minutes to process, so a local yarn lint\neffectively never finishes when example/dist exists.",
"is_bot": false,
"headline": "chore: exclude example/dist from eslint (#49)",
"author_name": "Janic Duplessis",
"author_login": "janicduplessis",
"committed_at": "2026-07-02T03:44:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60101bea056db6c35416ef096d0896366c939f00",
"body": null,
"is_bot": false,
"headline": "chore: release 0.7.3",
"author_name": "Janic Duplessis",
"author_login": "janicduplessis",
"committed_at": "2026-06-12T21:36:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ac6a4a45bcec36283ac37d69603dd70e72d96eb",
"body": "* fix: preserve Android EaseView visuals on drop and add example\n\n* test: remove extra animation from Issue 45 repro",
"is_bot": false,
"headline": "fix: preserve Android EaseView visuals on drop and add example (#47)",
"author_name": "Mélissa Valesca Vallée",
"author_login": "MeliValesca",
"committed_at": "2026-06-12T21:33:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "940e4d30b2b6ab54b8b792b74229d440584ba8de",
"body": null,
"is_bot": false,
"headline": "chore: release 0.7.2",
"author_name": "Janic Duplessis",
"author_login": "janicduplessis",
"committed_at": "2026-05-09T20:31:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ec8f6b83cec1f8cb78dfc4c846411afdfb03d75",
"body": "iOS removes CAAnimations from a layer when the view leaves the window\nhierarchy. With react-navigation tabs (which detach inactive screens by\ndefault), this dropped any in-flight loop animations and they never\nrestarted on tab return — resolves #42.\n\nTrack in-flight loop animations in a per-view dic\n[…]\n reproducer at\nexample/app/issues/42/, splits the home list into API / Demos / Issues\ntop-level tabs, and documents the reproducer pattern in AGENTS.md so\nfuture bug fixes ship with a regression test.",
"is_bot": false,
"headline": "fix(ios): re-apply loop animations on window re-attach (#43)",
"author_name": "Janic Duplessis",
"author_login": "janicduplessis",
"committed_at": "2026-05-09T17:55:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c52447748dcae1c1602efe5bb1bf433fd3a7d09d",
"body": null,
"is_bot": false,
"headline": "chore: release 0.7.1",
"author_name": "Janic Duplessis",
"author_login": "janicduplessis",
"committed_at": "2026-05-05T22:37:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87827cbc8e3f89e7db25b29752b8ab1ae3b27b58",
"body": "`-[RCTViewComponentView invalidateLayer]` re-applies the View's style\nlayer-properties to the underlying CALayer — including transform. Since\nEaseView's JS shim strips `style.transform` whenever `animate` includes\nany transform component, super resets `layer.transform = identity` on\nevery invalidate\n[…]\n when the explicit\nanimation removes itself (fillMode=removed), presentation reverts to the\ncorrect resting state — not identity.\n\nVerified on RN 0.85.1 / Fabric / iOS 17 sim and iPhone (real device).",
"is_bot": false,
"headline": "fix(ios): re-apply layer.transform after super.invalidateLayer (#41)",
"author_name": "mbesirovic",
"author_login": "mbesirovic",
"committed_at": "2026-05-05T22:35:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e3621ba67646cdd0655d6b66e9e5b3bc4f15c757",
"body": null,
"is_bot": false,
"headline": "chore: release 0.7.0",
"author_name": "Janic Duplessis",
"author_login": "janicduplessis",
"committed_at": "2026-04-14T03:18:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c18b4f38f81c6ae1379bd9be5efefba002e66d9",
"body": null,
"is_bot": false,
"headline": "0.6.0",
"author_name": "Janic Duplessis",
"author_login": "janicduplessis",
"committed_at": "2026-04-14T03:17:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef65bb6a0336a583160e5634b7ed7e19aa3e50c5",
"body": "setBackfaceVisibilityDependantOpacity() resets alpha to 1.0 every frame\nduring rotation animations, overriding animated opacity. Skip the\nbackface check when MASK_OPACITY is set — the opacity animator handles\nalpha directly in that case.",
"is_bot": false,
"headline": "fix(android): opacity not animating when combined with rotation (#40)",
"author_name": "Janic Duplessis",
"author_login": "janicduplessis",
"committed_at": "2026-04-14T03:15:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0247b5d4bff9605d383db3aca22ff2764efd1626",
"body": "…#39)\n\nReanimated v4 changed spring defaults significantly (damping 120,\nstiffness 900, mass 4 — critically damped). The skill now detects the\nReanimated version from package.json in Phase 1 and uses the correct\ndefault table for migration.",
"is_bot": false,
"headline": "docs(skill): version-aware Reanimated default mapping (v2/v3 vs v4) (…",
"author_name": "Janic Duplessis",
"author_login": "janicduplessis",
"committed_at": "2026-04-14T03:02:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1392190ac7fe42d47e26053027578e0d55933a1e",
"body": "…ill (#38)",
"is_bot": false,
"headline": "docs: add border, shadow, and elevation props to docs, README, and sk…",
"author_name": "Janic Duplessis",
"author_login": "janicduplessis",
"committed_at": "2026-04-14T02:50:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ce7d49793627ae8b827daff7624294ec08d7c3a",
"body": "* feat: add shadow properties (iOS) and elevation (Android) animation support\n\nAdds animatable shadow/elevation properties following the existing\nper-property pattern: bitmask flags, codegen props, native change\ndetection, and platform-specific animation.\n\niOS: shadowOpacity, shadowRadius, shadowCol\n[…]\nimateBorderRadius also calls\nBackgroundStyleApplicator.setBorderRadius to keep the border drawable\nin sync with the animated corner radius.\n\n* chore: remove stray react-native-animation-performance.md",
"is_bot": false,
"headline": "feat: add shadow properties (iOS) and elevation (Android) (#35)",
"author_name": "Janic Duplessis",
"author_login": "janicduplessis",
"committed_at": "2026-04-14T02:43:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7916950c3874a642850b818f876d186d87fadbbd",
"body": "* feat: add animated borderWidth and borderColor support\n\nAdds animatable border properties following the existing per-property\npattern: bitmask flags, codegen props, native change detection, and\nplatform-specific animation.\n\niOS: borderWidth and borderColor via Core Animation key-path animations\non\n[…]\nred, green\n\n* fix(android): remove double DIP conversion for borderWidth\n\nBackgroundStyleApplicator.setBorderWidth converts DIPs to pixels\ninternally, so the ViewManager should pass the raw DIP value.",
"is_bot": false,
"headline": "feat: add animated borderWidth and borderColor (#36)",
"author_name": "Janic Duplessis",
"author_login": "janicduplessis",
"committed_at": "2026-04-14T01:52:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5235a7620f60675bf4afbd9c45b20f43246eb0e2",
"body": null,
"is_bot": false,
"headline": "chore: release 0.5.0",
"author_name": "Janic Duplessis",
"author_login": "janicduplessis",
"committed_at": "2026-04-08T22:11:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d62a246354438fc30c9ea349a52d2f714e05caf1",
"body": "* ci: add tvos build smoke test\n\n* ci: build tvos from example app\n\n* ci: use Expo TV config plugin setup\n\n* ci: validate tvos with temp Expo app\n\n* ci: make Expo TV scaffold non-interactive\n\n* ci: add Stripe-style Expo tvOS integration test\n\n* ci: export app json path for tvOS patcher",
"is_bot": false,
"headline": "ci: add tvOS build smoke test (#32)",
"author_name": "Janic Duplessis",
"author_login": "janicduplessis",
"committed_at": "2026-04-08T22:10:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c89f5eb52e27fb560cfd3076880269573b5f9038",
"body": "* feat: add transformPerspective prop and card flip demo\n\n- Add `transformPerspective` prop for configurable 3D perspective on all platforms\n- iOS: use individual key-path animations for transform sub-properties,\n apply perspective to parent via didMoveToSuperview\n- Android: fix cameraDistance form\n[…]\nxample with 3D card flip animation\n- Update default perspective from 850 to 1280 (matches RN default)\n- Document iOS caveat about Fabric view flattening\n\n* chore: use 800 perspective in card flip demo",
"is_bot": false,
"headline": "feat: add transformPerspective prop and card flip demo (#34)",
"author_name": "Janic Duplessis",
"author_login": "janicduplessis",
"committed_at": "2026-04-08T22:08:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2e609d87ba1335273fc48b670f09f73e7628e481",
"body": null,
"is_bot": false,
"headline": "chore: gitignore generated uniwind-types.d.ts",
"author_name": "Janic Duplessis",
"author_login": "janicduplessis",
"committed_at": "2026-04-08T19:58:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "740bef7c5dde04041e594e5773383c6e8ee325c1",
"body": "…ion (#33)\n\nThe fix in #25 added individual key-path animations for transform\nsub-properties to handle rotate 0→360, but the gate condition\n(`hasInitialTransform`) still compared composed CATransform3D matrices.\nSince cos(2π) = cos(0), the matrices for 0° and 360° are identical,\nso the animation blo\n[…]\nop value bitmask computation before the gate and use it\nto determine `hasInitialTransform`, ensuring rotate 0→360 (and any\nother equivalent-matrix cases) are correctly detected as changes.\n\nCloses #21",
"is_bot": false,
"headline": "fix(ios): use raw prop comparison for initial transform change detect…",
"author_name": "Janic Duplessis",
"author_login": "janicduplessis",
"committed_at": "2026-04-08T19:57:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f406ad9b83bff0fbb352b64afc0406ba007cbe32",
"body": "…s expected on iOS (#25)\n\n* fix(ios): animate transform sub-properties individually for loop support\n\nOn iOS, initial transform animations were composed into a single\nCATransform3D matrix and animated via the \"transform\" key path.\nThis caused rotate 0→360 with loop to silently fail because both\nmatr\n[…]\ntation loops.\n\nCloses #21\n\n* feat(example): add spin demo for infinite rotation\n\nAdds SpinDemo with two examples:\n- Infinite Z-axis rotation with loop: 'repeat'\n- Rotation + scale with loop: 'reverse'",
"is_bot": false,
"headline": " Fixes #21 — Infinite rotate animation around Z axis does not loop a…",
"author_name": "Emanuel Quimper",
"author_login": "EQuimper",
"committed_at": "2026-04-05T08:23:54Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0071489c11afbec6703ed1ac2404bc9aaa20897f",
"body": "* fix: declare tvos platform in podspec\n\n* chore: remove podspec comment\n\n---------\n\nCo-authored-by: Azizbek <jonibekov97@gmail.com>\nCo-authored-by: Janic Duplessis <janicduplessis@gmail.com>",
"is_bot": false,
"headline": "fix: declare tvos platform in podspec (#31)",
"author_name": "Oh wee",
"author_login": "aigeneratedpiece",
"committed_at": "2026-04-04T16:36:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fe176293a759402e43c4f484710a684e06c4a51",
"body": null,
"is_bot": false,
"headline": "docs: fix GitHub Pages base url",
"author_name": "Janic Duplessis",
"author_login": "janicduplessis",
"committed_at": "2026-04-04T03:37:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60d4adaeddf328a1f007da4b5806ebc00033efe4",
"body": null,
"is_bot": false,
"headline": "docs: note GitHub Pages publishing",
"author_name": "Janic Duplessis",
"author_login": "janicduplessis",
"committed_at": "2026-04-04T02:59:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ceada354a7b71ad124fae1f7118c8b2b94475848",
"body": null,
"is_bot": false,
"headline": "ci: add docs deploy workflows (#29)",
"author_name": "Janic Duplessis",
"author_login": "janicduplessis",
"committed_at": "2026-04-04T02:51:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2a2a4b86bb888477241fddb5af609b23e73d115",
"body": "* docs: add Docusaurus website\n\n* chore: remove unused docs assets",
"is_bot": false,
"headline": "docs: add Docusaurus website (#28)",
"author_name": "Janic Duplessis",
"author_login": "janicduplessis",
"committed_at": "2026-04-04T02:43:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51944127f87d86bda8f9e70cd8d22beb7ca45779",
"body": null,
"is_bot": false,
"headline": "fix(ios): defer first-mount enter animation until view is attached (#24)",
"author_name": "Kiran Kumar Pradhan",
"author_login": "pradhankukiran",
"committed_at": "2026-04-03T16:15:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63bd1808e5d1e11c8116458ae05104610301646e",
"body": null,
"is_bot": false,
"headline": "feat: add Uniwind support (#26)",
"author_name": "Lars Danau",
"author_login": "LarsDanau",
"committed_at": "2026-04-03T05:25:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43e63a79beb742b419a65f731df455a6d7c00659",
"body": "* docs: update CONTRIBUTING docs to match scripts\n\n* fix: mismatch ios .xcworkspace file",
"is_bot": false,
"headline": "docs: update CONTRIBUTING docs to match scripts (#27)",
"author_name": "Lars Danau",
"author_login": "LarsDanau",
"committed_at": "2026-04-03T05:14:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3231e87da7ee4a99fbbd3676cc0dedab9c7a2d6",
"body": "* feat: add NativeWind support and update documentation\n\n* feat: update peerDependencies for NativeWind support",
"is_bot": false,
"headline": "feat: add NativeWind support and update documentation (#17)",
"author_name": "Emanuel Quimper",
"author_login": "EQuimper",
"committed_at": "2026-03-28T02:27:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "670e2396faabcdfe74d972d29b93a1186f92b0fe",
"body": "…figuration options (#16)",
"is_bot": false,
"headline": "docs: update README and SKILL documentation to clarify transition con…",
"author_name": "Emanuel Quimper",
"author_login": "EQuimper",
"committed_at": "2026-03-26T16:59:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21d83a7ce280a8da1137e8db8714f8db842ef60d",
"body": "* feat(web): use CSS linear() for spring animations\n\nReplace the hardcoded cubic-bezier spring approximation with a real\nspring physics simulation that generates CSS linear() easing points.\nThis matches native iOS/Android spring behavior much more closely.\n\n- Add damped spring simulator (120Hz, down\n[…]\ns\n\n* fix(example): update iOS build script to match renamed app\n\nThe app was renamed from EaseExample to Ease but the build:ios script\nstill referenced the old workspace and scheme names, breaking CI.",
"is_bot": false,
"headline": "Add example app branding and large screen layout (#15)",
"author_name": "Janic Duplessis",
"author_login": "janicduplessis",
"committed_at": "2026-03-25T07:17:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "008ff53ee4cbd8b8306f7f9ba45c92944df09405",
"body": "Replace the hardcoded cubic-bezier spring approximation with a real\nspring physics simulation that generates CSS linear() easing points.\nThis matches native iOS/Android spring behavior much more closely.\n\n- Add damped spring simulator (120Hz, downsampled to 60fps output)\n- Cache generated linear() strings by spring params\n- Lazy feature detection with cubic-bezier fallback\n- Duration now derived from simulation settling time (uses stiffness)",
"is_bot": false,
"headline": "feat(web): use CSS linear() for spring animations (#14)",
"author_name": "Janic Duplessis",
"author_login": "janicduplessis",
"committed_at": "2026-03-25T05:11:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79f0898e4ad8aad8db9709395673da5ea6ec719f",
"body": "* feat: add per-property transition support to EaseView\n\n* feat: implement immediate transition end for 'none' config in per-property animations\n\n* fix: resolve rebase merge conflicts - fix duplicate vars, missing braces, delay prop\n\n* fix: resolve type errors for TransitionMap union and clang-forma\n[…]\nentity transform values and none transitions in CSS output\n\n* fix(web): also filter out zero-duration transitions from CSS output\n\n---------\n\nCo-authored-by: Janic Duplessis <janicduplessis@gmail.com>",
"is_bot": false,
"headline": "feat: add per-property transition support (#4)",
"author_name": "Emanuel Quimper",
"author_login": "EQuimper",
"committed_at": "2026-03-25T04:59:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a97be20cedfa50e68a621a23d76e4a7c23c63a17",
"body": "- Add `web` script to example package.json\n- Add .web stub for frame-metrics module (no-op on web)\n- Hide benchmark demo from example index on web",
"is_bot": false,
"headline": "fix(example): add web script and fix benchmark crash on web (#13)",
"author_name": "Janic Duplessis",
"author_login": "janicduplessis",
"committed_at": "2026-03-25T04:40:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f324c7d5f8dee3f21806ed656d475dbde3a98d2",
"body": "* fix(ios): guard null oldProps in EaseView Fabric updates\n\nFabric can pass a null oldProps shared_ptr; dereferencing caused EXC_BAD_ACCESS\nwhen comparing transform props. Resolve previous EaseViewProps from oldProps,\nthen _props (before super), then props as fallback.\n\nMade-with: Cursor\n\n* fix: sim\n[…]\nte _props fallback per review feedback — just use\nthe current props when oldProps is null.\n\n* fix: simplify null oldProps comment\n\n---------\n\nCo-authored-by: Janic Duplessis <janicduplessis@gmail.com>",
"is_bot": false,
"headline": "fix(ios): guard null oldProps in EaseView Fabric updates (#12)",
"author_name": "Ofer Morag",
"author_login": "oferRounds",
"committed_at": "2026-03-24T14:16:12Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "409a70f280ea6d00d56a06eba24757a856f10f46",
"body": "… (#11)",
"is_bot": false,
"headline": "feat: add className prop to EaseView component and corresponding test…",
"author_name": "Emanuel Quimper",
"author_login": "EQuimper",
"committed_at": "2026-03-21T00:33:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6d6eafd399635dcfc3d3deadc9bbd664bd40782",
"body": "* feat(example): add animation benchmark demo\n\nAdd a benchmark screen that measures per-frame UI thread overhead\nacross 4 animation approaches: ease, reanimated shared value,\nreanimated CSS, and RN Animated.\n\nUses an Expo local module (frame-metrics) wrapping:\n- Android: FrameMetrics API (ANIMATION_\n[…]\n, p95/p99AnimationTime)\nfrom both native modules and TypeScript types. Also remove the\nseparate CADisplayLink for frame delivery timing on iOS since\nwe only use the swizzle-based callback measurement.",
"is_bot": false,
"headline": "feat(example): add animation benchmark demo (#10)",
"author_name": "Janic Duplessis",
"author_login": "janicduplessis",
"committed_at": "2026-03-20T09:34:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "22c3263aad0a23ca771c7a089dfcc32efe3dc647",
"body": "…ines (#9)",
"is_bot": false,
"headline": "feat: add delay property to animations in README and migration guidel…",
"author_name": "Emanuel Quimper",
"author_login": "EQuimper",
"committed_at": "2026-03-19T23:54:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "089365fab1ec69ebf84de64c49e8ce40feb24196",
"body": null,
"is_bot": false,
"headline": "chore: release 0.3.0",
"author_name": "Janic Duplessis",
"author_login": "janicduplessis",
"committed_at": "2026-03-19T07:43:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78f976392720c0f530044833c47074d9d9ef42e5",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Janic Duplessis",
"author_login": "janicduplessis",
"committed_at": "2026-03-18T15:03:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eae4dd6ed6203f5485ac928eae3685ee410bfbc8",
"body": "* feat(example): convert to Expo app with Expo Router list→detail nav\n\n- Remove checked-in android/ and ios/ dirs (generated by expo prebuild)\n- Add expo-router with file-based routing in example/app/\n- Home screen: SectionList grouping all 19 demos (Basic, Transform, Timing, Style, Loop, Advanced)\n\n[…]\native dirs\n- Fix Gradle cache key (no longer references checked-in gradle-wrapper)\n\n* fix(example): hide index header, remove back button title\n\n* fix(example): use headerBackButtonDisplayMode minimal",
"is_bot": false,
"headline": "feat(example): convert to Expo app with Expo Router (#8)",
"author_name": "Janic Duplessis",
"author_login": "janicduplessis",
"committed_at": "2026-03-16T20:03:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f9084cc4a6669976435c350604967b27a27cb4fa",
"body": null,
"is_bot": false,
"headline": "chore: update repository URL to AppAndFlow org",
"author_name": "Janic Duplessis",
"author_login": "janicduplessis",
"committed_at": "2026-03-16T15:08:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f64c614183d6549456c05da8376cd98c9bd32bc4",
"body": "* feat: add web support via CSS transitions\n\nImplement EaseView.web.tsx that uses CSS transitions for timing animations,\nCSS @keyframes for loop animations, and a timing approximation for springs.\nReact Native's .web.tsx resolution automatically picks this up on web.\n\n* feat(example): add Expo for w\n[…]\nle-plugin includeBuild\n\n* fix(example): fix Android CI - use expo autolinking for gradle-plugin includeBuild\n\n* fix(example): restore gradle-plugin includeBuild in pluginManagement for settings plugin",
"is_bot": false,
"headline": "feat: add web support via CSS transitions (#3)",
"author_name": "Janic Duplessis",
"author_login": "janicduplessis",
"committed_at": "2026-03-16T00:25:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "899d15de074f02faa142dd26883067242c05c86b",
"body": null,
"is_bot": false,
"headline": "chore: add PR and issue templates (#7)",
"author_name": "Janic Duplessis",
"author_login": "janicduplessis",
"committed_at": "2026-03-15T22:52:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d0adda632e9acf399e2ad61a646e39a99a38ccb",
"body": "…on (#2)\n\n* feat: add transition delay prop and document backgroundColor spring limitation\n\nAdd `delay` option (milliseconds) to TimingTransition and SpringTransition\ntypes. Implemented via CAAnimation.beginTime on iOS, ObjectAnimator.startDelay\non Android (timing/color), and postDelayed for SpringA\n[…]\n about Android backgroundColor being timing-only, and a\ndelay demo in the example app.\n\n* style: fix clang-format violation in EaseView.mm\n\n* chore(example): increase delay to 2s for more obvious demo",
"is_bot": false,
"headline": "feat: add transition delay + document backgroundColor spring limitati…",
"author_name": "Janic Duplessis",
"author_login": "janicduplessis",
"committed_at": "2026-03-15T06:51:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "28bebd2f6f4d28b7169d29ff0a35e4a5784fe6fe",
"body": "* feat(example): add start/stop toggle to looping animation demos\n\n* fix(example): unmount looping views when stopped to cancel animations\n\n* fix(example): default looping demos to stopped state",
"is_bot": false,
"headline": "feat(example): add start/stop toggle to looping animation demos (#6)",
"author_name": "Janic Duplessis",
"author_login": "janicduplessis",
"committed_at": "2026-03-15T03:18:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a185314fcd78b38ae08358914165f5c81a8ab56",
"body": "…ew structure",
"is_bot": false,
"headline": "feat: update skill invocation command and migrate refactor skill to n…",
"author_name": "EQuimper",
"author_login": "EQuimper",
"committed_at": "2026-03-13T14:47:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea406b5015f9ce5b7fac23f681d722b502eab3c7",
"body": "…native-ease (#1)",
"is_bot": false,
"headline": "feat: add migration skill and update plugin configurations for react-…",
"author_name": "Emanuel Quimper",
"author_login": "EQuimper",
"committed_at": "2026-03-13T14:42:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3cfc27cee88ede24139d8c8fda6f04ce52aa709b",
"body": null,
"is_bot": false,
"headline": "docs: remove shared values row from comparison table",
"author_name": "Janic Duplessis",
"author_login": "janicduplessis",
"committed_at": "2026-03-12T22:41:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5db52dd2bced4ab5e5130121516b1340e39360e8",
"body": null,
"is_bot": false,
"headline": "docs: improve comparison table with use case format and check emojis",
"author_name": "Janic Duplessis",
"author_login": "janicduplessis",
"committed_at": "2026-03-12T22:40:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c073ed736f85e0f62699905fcca92b05060c4f8",
"body": null,
"is_bot": false,
"headline": "chore: release 0.2.0",
"author_name": "Janic Duplessis",
"author_login": "janicduplessis",
"committed_at": "2026-03-12T18:34:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "767160a695bd02976d63f9e2fcf58c9207f91f4a",
"body": "Toggles style opacity every 500ms while transform animates,\nto verify invalidateLayer doesn't interrupt running animations.",
"is_bot": false,
"headline": "feat(example): add style re-render stress test demo",
"author_name": "Janic Duplessis",
"author_login": "janicduplessis",
"committed_at": "2026-03-12T18:30:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28eb80d975c267d437af138a30eece3f0005bced",
"body": null,
"is_bot": false,
"headline": "chore: remove FlipDemo (3D perspective needs fixing)",
"author_name": "Janic Duplessis",
"author_login": "janicduplessis",
"committed_at": "2026-03-12T18:22:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9ab84b46c5d6da45d36f7c2064bfd23d3b390f6",
"body": "- Add backgroundColor to AnimateProps (accepts any RN ColorValue)\n- iOS: animate via CAAnimation on backgroundColor keypath\n- Android: animate via ValueAnimator.ofArgb\n- Override invalidateLayer on iOS to re-apply animated opacity,\n cornerRadius, and backgroundColor after RCTViewComponentView\n resets them from style props\n- Strip style.backgroundColor when animate.backgroundColor is set\n- Add tests, demo, and README docs",
"is_bot": false,
"headline": "feat: add animatable backgroundColor with iOS invalidateLayer fix",
"author_name": "Janic Duplessis",
"author_login": "janicduplessis",
"committed_at": "2026-03-12T17:56:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d562ae6e0a77bd55b055c0770e9b91e7eefecaee",
"body": null,
"is_bot": false,
"headline": "chore: add border radius example",
"author_name": "Janic Duplessis",
"author_login": "janicduplessis",
"committed_at": "2026-03-12T04:34:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3a3505bbe6777120e0f63141c31100b18c22a28",
"body": null,
"is_bot": false,
"headline": "fix: add workspace",
"author_name": "Janic Duplessis",
"author_login": "janicduplessis",
"committed_at": "2026-03-12T04:02:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c22c4eb859f6a4bb957392c97cf9e8ca00da322b",
"body": "Uses ViewOutlineProvider + clipToOutline on Android and\nlayer.cornerRadius + layer.masksToBounds on iOS. Animated via\nObjectAnimator (Android) and CAAnimation (iOS) like other properties.\n\nIncludes codegen props, bitmask flag, style conflict stripping,\nview recycling reset, tests, README docs, and eslint-disable for\nexisting no-bitwise warnings.",
"is_bot": false,
"headline": "feat: add animatable borderRadius with hardware-accelerated clipping",
"author_name": "Janic Duplessis",
"author_login": "janicduplessis",
"committed_at": "2026-03-12T01:47:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e442169d1f4cc95b99d396c5fdfff6c1ea970bf6",
"body": null,
"is_bot": false,
"headline": "fix: replace deprecated MapBuilder with Kotlin mapOf",
"author_name": "Janic Duplessis",
"author_login": "janicduplessis",
"committed_at": "2026-03-12T01:15:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d56f1850f54249fdf7f1a790803cbbab5fb4128",
"body": "Resolve all easing (presets + custom) to a [x1, y1, x2, y2] array in\nJS. Replace the transitionEasing string enum with a single\ntransitionEasingBezier array prop. Native always receives 4 floats and\nconstructs the timing function directly.",
"is_bot": false,
"headline": "feat: support custom cubic bezier easing curves",
"author_name": "Janic Duplessis",
"author_login": "janicduplessis",
"committed_at": "2026-03-12T01:13:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e28c1de6bfbdf17c64d91f6b0ffae2b1059402b",
"body": "Document the transformOrigin prop in the README guide and API\nreference sections. Add AGENTS.md with project architecture,\ndevelopment workflow, and key gotchas for AI agents. Symlink\nCLAUDE.md to AGENTS.md.",
"is_bot": false,
"headline": "docs: add transformOrigin to README and create AGENTS.md",
"author_name": "Janic Duplessis",
"author_login": "janicduplessis",
"committed_at": "2026-03-12T00:02:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aad0b8ea14e8f95dbabf55df6bc951138912e484",
"body": null,
"is_bot": false,
"headline": "docs: update README with loop, onTransitionEnd, and hardware layer docs",
"author_name": "Janic Duplessis",
"author_login": "janicduplessis",
"committed_at": "2026-03-11T23:56:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5dc77282d8668eb27b3e6444333758f8fb82145",
"body": "Add pulse (reverse loop), exit animation, interrupt detection, and\ntransform origin demos. Extract Section, TabBar, and Button into\ncomponents folder. Button now uses EaseView for press-to-scale animation.",
"is_bot": false,
"headline": "feat(example): add new demos and extract shared components",
"author_name": "Janic Duplessis",
"author_login": "janicduplessis",
"committed_at": "2026-03-11T23:56:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0990a06b53c83d6d846d554e98a4b54faa1ea3f1",
"body": "Instead of firing per-property, onTransitionEnd now fires a single event\nwhen all animations in a batch complete. Uses batch ID tracking to handle\ninterruptions correctly — starting new animations immediately fires the\nold batch as interrupted. Also adds transformOrigin prop (0-1 fractions)\nfor controlling the pivot point of scale/rotation animations.",
"is_bot": false,
"headline": "feat: simplify onTransitionEnd to batch-fire once per animation group",
"author_name": "Janic Duplessis",
"author_login": "janicduplessis",
"committed_at": "2026-03-11T23:56:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a325f94011c30c3b12a3f841fbf1c443fe6d1c4",
"body": null,
"is_bot": false,
"headline": "feat: add onTransitionEnd callback with finished/interrupted status",
"author_name": "Janic Duplessis",
"author_login": "janicduplessis",
"committed_at": "2026-03-11T21:24:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2784cb8f6d4bf117b309b3f31c85f37a8881b993",
"body": null,
"is_bot": false,
"headline": "feat(android): implement onTransitionEnd event callback",
"author_name": "Janic Duplessis",
"author_login": "janicduplessis",
"committed_at": "2026-03-11T21:14:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74e9e0eadc1a955a8cb2622b0ab4fac1308bca12",
"body": null,
"is_bot": false,
"headline": "feat(ios): implement onTransitionEnd event callback",
"author_name": "Janic Duplessis",
"author_login": "janicduplessis",
"committed_at": "2026-03-11T21:13:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e4db77d84ac0af24fc82ca318803a7300e04240",
"body": "…itch",
"is_bot": false,
"headline": "feat(example): add reanimated comparison screen with UI thread lag sw…",
"author_name": "Janic Duplessis",
"author_login": "janicduplessis",
"committed_at": "2026-03-11T20:39:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01f601cbbb3ca3bc34da697c057ede8ebe4a77db",
"body": null,
"is_bot": false,
"headline": "fix(example): fix banner overflow and add App&Flow branding",
"author_name": "Janic Duplessis",
"author_login": "janicduplessis",
"committed_at": "2026-03-11T20:32:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "439f2fbb0f4081fdce7ce1b6ec9d12b2364e19d9",
"body": "…-context",
"is_bot": false,
"headline": "feat(example): add button/banner demos, improve design, use safe-area…",
"author_name": "Janic Duplessis",
"author_login": "janicduplessis",
"committed_at": "2026-03-11T20:16:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "004c7d2a315883f9a4ec7d9fc64f3a5345e486c8",
"body": null,
"is_bot": false,
"headline": "chore(example): add react-native-safe-area-context",
"author_name": "Janic Duplessis",
"author_login": "janicduplessis",
"committed_at": "2026-03-11T20:14:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18e692d93531fd2dfeb92f61b4137cc02d26fb0d",
"body": "Avoid allocating new PathInterpolator/LinearInterpolator per animation.\nInstances are shared across all EaseView instances via companion object.",
"is_bot": false,
"headline": "perf: cache easing interpolators as lazy singletons",
"author_name": "Janic Duplessis",
"author_login": "janicduplessis",
"committed_at": "2026-03-11T20:13:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1599b150f2de0ca76a2e3fb769e91061d59f90f7",
"body": null,
"is_bot": false,
"headline": "feat(android): implement loop for timing animations",
"author_name": "Janic Duplessis",
"author_login": "janicduplessis",
"committed_at": "2026-03-11T20:12:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43331295c86af411a92f19692e89ebffbfdad73f",
"body": null,
"is_bot": false,
"headline": "feat(ios): implement loop for timing animations",
"author_name": "Janic Duplessis",
"author_login": "janicduplessis",
"committed_at": "2026-03-11T20:12:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "387bf6320a127a3dae4b0effecf993a02e94e2cf",
"body": null,
"is_bot": false,
"headline": "feat: add loop option to timing transition type",
"author_name": "Janic Duplessis",
"author_login": "janicduplessis",
"committed_at": "2026-03-11T20:10:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00fa4bf14d8a632882d0d419905114acd225cf1b",
"body": "Enable LAYER_TYPE_HARDWARE during animations so property changes are\ncomposited on the RenderThread via a cached GPU texture. On by default,\ncan be disabled with useHardwareLayer={false}. Saves and restores the\noriginal layer type. Also add TSDoc to all public types and props.",
"is_bot": false,
"headline": "feat: add hardware layer optimization on Android",
"author_name": "Janic Duplessis",
"author_login": "janicduplessis",
"committed_at": "2026-03-11T20:07:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6d25773d42eb951d40147c2812bd7c00b3ccf57",
"body": "The codegen delegate requires BaseViewManager<EaseView> but\nReactViewManager is typed to ReactViewGroup. Use @ReactProp annotations\ndirectly which work with both Paper and Fabric.",
"is_bot": false,
"headline": "fix: use @ReactProp instead of codegen delegate with ReactViewManager",
"author_name": "Janic Duplessis",
"author_login": "janicduplessis",
"committed_at": "2026-03-11T19:46:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e71dbc935bb2e8c282312a1e9b90e4b63061064e",
"body": "ReactViewManager is typed to ReactViewGroup, so delegate and lifecycle\noverrides need to use the base type with casts for EaseView.",
"is_bot": false,
"headline": "fix: fix ReactViewManager type compatibility on Android",
"author_name": "Janic Duplessis",
"author_login": "janicduplessis",
"committed_at": "2026-03-11T19:42:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d86ab15a898a305e217ecf4a541dd23c41697ee",
"body": "Switch from ViewGroupManager to ReactViewManager which provides\nbuilt-in border radius, background, and standard view styling support.\nAlso remove unneeded react-native.config.js.",
"is_bot": false,
"headline": "fix: extend ReactViewManager for border radius support on Android",
"author_name": "Janic Duplessis",
"author_login": "janicduplessis",
"committed_at": "2026-03-11T19:41:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d3739982faacb9ec43545382359c07544912e58",
"body": "Add lefthook pre-commit hooks (eslint + tsc) and commit-msg (commitlint).\nAdd clang-format for iOS/Android native code formatting.\nAdd release-it with conventional changelog for releases.\nAdd format:check/write scripts for prettier and clang-format.\nSplit lint into lint:eslint and lint:ts. Add format:check to CI.\nAdd react-native.config.js for Android componentDescriptors.",
"is_bot": false,
"headline": "chore: add linting, formatting, and CI tooling",
"author_name": "Janic Duplessis",
"author_login": "janicduplessis",
"committed_at": "2026-03-11T19:34:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0257732ff52ff95a3a9e056d4eba2a4e4b68bd9f",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Janic Duplessis",
"author_login": "janicduplessis",
"committed_at": "2026-03-11T19:30:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5585fb21ae74255eb03a9bcf578acd3dce029084",
"body": "EaseViewStyle omits opacity and transform from ViewStyle so TypeScript\ncatches misuse at compile time instead of only warning at runtime.",
"is_bot": false,
"headline": "feat: exclude opacity and transform from style type",
"author_name": "Janic Duplessis",
"author_login": "janicduplessis",
"committed_at": "2026-03-11T19:29:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b067d24d556848f0be3fd78b66c379e9a2af6d8",
"body": "Declarative animation component using Core Animation (iOS) and\nObjectAnimator/SpringAnimation (Android). Supports opacity, translate,\nscale, and rotate with timing and spring transitions.",
"is_bot": false,
"headline": "feat: implement EaseView with native animations",
"author_name": "Janic Duplessis",
"author_login": "janicduplessis",
"committed_at": "2026-03-11T19:25:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79eae81bbec7b9b47052e5fce8d8a1931df08f0b",
"body": null,
"is_bot": false,
"headline": "chore: initial commit",
"author_name": "Janic Duplessis",
"author_login": "janicduplessis",
"committed_at": "2026-03-11T18:58:47Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 10,
"commits_last_year": 86,
"latest_release_at": "2026-06-12T21:36:23Z",
"latest_release_tag": "v0.7.3",
"releases_from_tags": false,
"days_since_last_push": 14,
"active_weeks_last_year": 9,
"days_since_latest_release": 38,
"mean_days_between_releases": 10.2
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 75,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "react-native-ease",
"exists": true,
"license": "MIT",
"keywords": [
"react-native",
"ios",
"android"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/react-native-ease",
"is_deprecated": false,
"latest_version": "0.7.3",
"repository_url": "https://github.com/AppAndFlow/react-native-ease",
"versions_count": 10,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 93469,
"first_published_at": "2026-03-12T05:35:42.805000Z",
"latest_published_at": "2026-06-12T21:36:06.631000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 38
}
]
},
"popularity": {
"forks": 13,
"stars": 943,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2026-03-13",
"count": 1
},
{
"date": "2026-03-21",
"count": 1
},
{
"date": "2026-03-22",
"count": 1
},
{
"date": "2026-03-31",
"count": 1
},
{
"date": "2026-04-01",
"count": 2
},
{
"date": "2026-04-04",
"count": 1
},
{
"date": "2026-04-29",
"count": 1
},
{
"date": "2026-05-05",
"count": 1
},
{
"date": "2026-05-17",
"count": 1
},
{
"date": "2026-05-19",
"count": 1
},
{
"date": "2026-05-31",
"count": 1
},
{
"date": "2026-06-04",
"count": 1
}
],
"complete": true,
"collected": 13,
"total_forks": 13
},
"star_history": {
"days": [
{
"date": "2026-03-11",
"count": 2
},
{
"date": "2026-03-12",
"count": 87
},
{
"date": "2026-03-13",
"count": 156
},
{
"date": "2026-03-14",
"count": 81
},
{
"date": "2026-03-15",
"count": 34
},
{
"date": "2026-03-16",
"count": 15
},
{
"date": "2026-03-17",
"count": 23
},
{
"date": "2026-03-18",
"count": 22
},
{
"date": "2026-03-19",
"count": 29
},
{
"date": "2026-03-20",
"count": 13
},
{
"date": "2026-03-21",
"count": 11
},
{
"date": "2026-03-22",
"count": 15
},
{
"date": "2026-03-23",
"count": 10
},
{
"date": "2026-03-24",
"count": 8
},
{
"date": "2026-03-25",
"count": 8
},
{
"date": "2026-03-26",
"count": 4
},
{
"date": "2026-03-27",
"count": 28
},
{
"date": "2026-03-28",
"count": 22
},
{
"date": "2026-03-29",
"count": 6
},
{
"date": "2026-03-30",
"count": 11
},
{
"date": "2026-03-31",
"count": 13
},
{
"date": "2026-04-01",
"count": 8
},
{
"date": "2026-04-02",
"count": 15
},
{
"date": "2026-04-03",
"count": 30
},
{
"date": "2026-04-04",
"count": 12
},
{
"date": "2026-04-05",
"count": 4
},
{
"date": "2026-04-06",
"count": 11
},
{
"date": "2026-04-07",
"count": 5
},
{
"date": "2026-04-08",
"count": 5
},
{
"date": "2026-04-09",
"count": 5
},
{
"date": "2026-04-10",
"count": 2
},
{
"date": "2026-04-11",
"count": 2
},
{
"date": "2026-04-12",
"count": 1
},
{
"date": "2026-04-13",
"count": 4
},
{
"date": "2026-04-14",
"count": 2
},
{
"date": "2026-04-15",
"count": 6
},
{
"date": "2026-04-16",
"count": 6
},
{
"date": "2026-04-17",
"count": 3
},
{
"date": "2026-04-18",
"count": 2
},
{
"date": "2026-04-19",
"count": 1
},
{
"date": "2026-04-20",
"count": 5
},
{
"date": "2026-04-21",
"count": 2
},
{
"date": "2026-04-23",
"count": 1
},
{
"date": "2026-04-25",
"count": 2
},
{
"date": "2026-04-26",
"count": 1
},
{
"date": "2026-04-27",
"count": 1
},
{
"date": "2026-04-28",
"count": 22
},
{
"date": "2026-04-29",
"count": 17
},
{
"date": "2026-04-30",
"count": 13
},
{
"date": "2026-05-01",
"count": 7
},
{
"date": "2026-05-02",
"count": 4
},
{
"date": "2026-05-03",
"count": 2
},
{
"date": "2026-05-04",
"count": 5
},
{
"date": "2026-05-05",
"count": 6
},
{
"date": "2026-05-06",
"count": 7
},
{
"date": "2026-05-07",
"count": 8
},
{
"date": "2026-05-09",
"count": 5
},
{
"date": "2026-05-10",
"count": 3
},
{
"date": "2026-05-11",
"count": 2
},
{
"date": "2026-05-12",
"count": 4
},
{
"date": "2026-05-13",
"count": 5
},
{
"date": "2026-05-14",
"count": 3
},
{
"date": "2026-05-15",
"count": 3
},
{
"date": "2026-05-16",
"count": 1
},
{
"date": "2026-05-18",
"count": 2
},
{
"date": "2026-05-19",
"count": 1
},
{
"date": "2026-05-20",
"count": 2
},
{
"date": "2026-05-21",
"count": 2
},
{
"date": "2026-05-22",
"count": 2
},
{
"date": "2026-05-23",
"count": 1
},
{
"date": "2026-05-25",
"count": 1
},
{
"date": "2026-05-28",
"count": 7
},
{
"date": "2026-05-29",
"count": 2
},
{
"date": "2026-05-30",
"count": 2
},
{
"date": "2026-05-31",
"count": 3
},
{
"date": "2026-06-01",
"count": 2
},
{
"date": "2026-06-02",
"count": 2
},
{
"date": "2026-06-03",
"count": 1
},
{
"date": "2026-06-04",
"count": 4
},
{
"date": "2026-06-06",
"count": 1
},
{
"date": "2026-06-07",
"count": 1
},
{
"date": "2026-06-08",
"count": 3
},
{
"date": "2026-06-10",
"count": 4
},
{
"date": "2026-06-12",
"count": 2
},
{
"date": "2026-06-13",
"count": 2
},
{
"date": "2026-06-17",
"count": 2
},
{
"date": "2026-06-19",
"count": 1
},
{
"date": "2026-06-20",
"count": 1
},
{
"date": "2026-06-22",
"count": 1
},
{
"date": "2026-06-24",
"count": 1
},
{
"date": "2026-06-25",
"count": 3
},
{
"date": "2026-06-26",
"count": 1
},
{
"date": "2026-06-27",
"count": 2
},
{
"date": "2026-07-02",
"count": 2
},
{
"date": "2026-07-03",
"count": 1
},
{
"date": "2026-07-04",
"count": 3
},
{
"date": "2026-07-05",
"count": 2
},
{
"date": "2026-07-06",
"count": 1
},
{
"date": "2026-07-07",
"count": 1
},
{
"date": "2026-07-09",
"count": 2
},
{
"date": "2026-07-10",
"count": 2
},
{
"date": "2026-07-11",
"count": 1
},
{
"date": "2026-07-12",
"count": 1
},
{
"date": "2026-07-14",
"count": 4
},
{
"date": "2026-07-15",
"count": 3
},
{
"date": "2026-07-16",
"count": 1
},
{
"date": "2026-07-18",
"count": 1
},
{
"date": "2026-07-19",
"count": 3
},
{
"date": "2026-07-20",
"count": 3
},
{
"date": "2026-07-21",
"count": 2
}
],
"complete": true,
"collected": 943,
"total_stars": 943
},
"open_issues_and_prs": 3
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"demos",
"example"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"docs/tsconfig.json",
"example/tsconfig.json",
"tsconfig.json"
],
"toolchain_manifests": [
"android/build.gradle",
"example/modules/frame-metrics/android/build.gradle"
],
"largest_source_bytes": 2991245,
"source_files_sampled": 71,
"oversized_source_files": 1,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 7930
},
"dependencies": {
"manifests": [
"android/build.gradle",
"docs/package.json",
"example/package.json",
"package.json"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"maven",
"npm"
],
"dependencies": [],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 38,
"open_issues": 2,
"closed_ratio": 0.8,
"closed_issues": 8,
"closed_unmerged_prs": 3
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "janicduplessis",
"commits": 71,
"avatar_url": "https://avatars.githubusercontent.com/u/2677334?v=4"
},
{
"type": "User",
"login": "EQuimper",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/15819498?v=4"
},
{
"type": "User",
"login": "LarsDanau",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/71515502?v=4"
},
{
"type": "User",
"login": "pradhankukiran",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/127883780?v=4"
},
{
"type": "User",
"login": "MeliValesca",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/211071603?v=4"
},
{
"type": "User",
"login": "oferRounds",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1477963?v=4"
},
{
"type": "User",
"login": "aigeneratedpiece",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/262164603?v=4"
},
{
"type": "User",
"login": "mbesirovic",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/126016272?v=4"
}
],
"contributors_sampled": 8,
"top_contributor_share": 0.826
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"docs-check.yml",
"docs-deploy.yml"
],
"has_docs_dir": true,
"linter_configs": [
"eslint.config.mjs"
],
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"yarn.lock"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 9,
"reason": "20 out of 21 merged PRs checked by a CI test -- score normalized to 9",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 2,
"reason": "Found 6/30 approved changesets -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 3 contributing companies or organizations -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "10 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 6,
"reason": "dependency not pinned by hash detected -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "79 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "5f7e385f5e8f6561e5ca61508ee756cd4acad5ff",
"ran_at": "2026-07-21T15:53:07Z",
"aggregate_score": 4,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/AppAndFlow/react-native-ease",
"host": "github.com",
"name": "react-native-ease",
"owner": "AppAndFlow"
},
"metrics": {
"overall": {
"key": "overall",
"band": "good",
"name": "Overall health",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"security": 40,
"vitality": 77,
"community": 76,
"governance": 66,
"engineering": 89
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 77,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"commits_last_year": 86,
"human_commit_share": 1,
"days_since_last_push": 14,
"active_weeks_last_year": 9
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 14 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 14
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "9/52 weeks with commits",
"points": 6.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 9
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "86 commits in the last year",
"points": 17.4,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 86
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "10 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"releases_count": 10,
"latest_release_tag": "v0.7.3",
"releases_from_tags": false,
"days_since_latest_release": 38,
"mean_days_between_releases": 10.2
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "10 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 10
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 38 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 38
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~10.2 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 10.2
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "good",
"name": "Community & Adoption",
"value": 76,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"forks": 13,
"stars": 943,
"watchers": 1,
"growth_state": "organic",
"growth_factor_pct": 100
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "943 stars",
"points": 48.2,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 943
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "13 forks",
"points": 9,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 13
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 13.5,
"status": "met",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 6.3,
"status": "met",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "good",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 83,
"inputs": {
"packages": [
"react-native-ease"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 93469
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "93,469 downloads/month across npm",
"points": 66.3,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 93469,
"ecosystems": "npm"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 66,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 34,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 8,
"top_contributor_share": 0.826
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 83% of commits",
"points": 3.9,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 83
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "8 contributors",
"points": 10.8,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 8
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 3 contributing companies or organizations -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"merged_prs": 38,
"open_issues": 2,
"closed_issues": 8,
"issue_closed_ratio": 0.8,
"closed_unmerged_prs": 3
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "80% of issues closed",
"points": 37.4,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 80
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "38/41 decided PRs merged",
"points": 35.5,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 38,
"decided": 41
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 6/30 approved changesets -- score normalized to 2",
"points": 3,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"followers": 150,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "AppAndFlow",
"public_repos": 29,
"account_age_days": 3916
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "150 followers of AppAndFlow",
"points": 15.7,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 150,
"login": "AppAndFlow"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "29 public repos, account ~10 yr old",
"points": 22.8,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 29
}
},
{
"code": "account_age_years",
"params": {
"years": 10
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"react-native-ease"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 38
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on npm",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "npm"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 38 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 38
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "10 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 10
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "excellent",
"name": "Engineering Quality",
"value": 89,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "excellent",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 88,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": "eslint.config.mjs",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.mjs"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "20 out of 21 merged PRs checked by a CI test -- score normalized to 9",
"points": 18,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": "https://appandflow.github.io/react-native-ease/",
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://appandflow.github.io/react-native-ease/",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 40,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 40,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "20 out of 21 merged PRs checked by a CI test -- score normalized to 9",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 6/30 approved changesets -- score normalized to 2",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 3 contributing companies or organizations -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "10 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 6",
"points": 3,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "79 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 9
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "good",
"name": "AI Readiness",
"value": 76,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.965,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 7930
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "AGENTS.md, CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "AGENTS.md, CLAUDE.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "83 of 86 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 83,
"sampled": 86
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 73,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"yarn.lock"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [
"docs/tsconfig.json",
"example/tsconfig.json",
"tsconfig.json"
],
"agent_commit_share": 0,
"toolchain_manifests": [
"android/build.gradle",
"example/modules/frame-metrics/android/build.gradle"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "android/build.gradle, example/modules/frame-metrics/android/build.gradle (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "android/build.gradle, example/modules/frame-metrics/android/build.gradle"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": "eslint.config.mjs",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.mjs"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "docs/tsconfig.json, example/tsconfig.json, tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "docs/tsconfig.json, example/tsconfig.json, tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 86",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 86
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 99,
"inputs": {
"primary_language": "TypeScript",
"largest_source_bytes": 2991245,
"source_files_sampled": 71,
"oversized_source_files": 1
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "TypeScript (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "TypeScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "1/71 source files over 60KB",
"points": 54.2,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 71,
"oversized": 1
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"demos",
"example"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "demos, example",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "demos, example"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-21T15:53:24.687978Z",
"schema_version": "0.23.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/AppAndFlow/react-native-ease.svg",
"full_name": "AppAndFlow/react-native-ease",
"license_state": "standard",
"license_spdx": "MIT"
}