6 of 6 standards met
Repository: facebook/react-native. Description: A framework for building native applications using React Stars: 125465, Forks: 25097. Primary language: C++. Languages: C++ (33.7%), Kotlin (19.8%), JavaScript (19%), Objective-C++ (11.3%), Objective-C (6.9%). License: MIT. Homepage: https://reactnative.dev Topics: android, app-framework, cross-platform, ios, mobile, mobile-development, react, react-native. Latest release: v0.84.1 (1d ago). Open PRs: 100, open issues: 1122. Last activity: 2h ago. Community health: 87%. Top contributors: mdvacca, shergin, cortinico, sammy-SC, javache, RSNara, cipolleschi, rubennorte, NickGerleman, JoshuaGross and others.
C++
Last 12 weeks · 695 commits
Description Hi, release builds currently fails due to missing hermesc artifact from . Only Linux and macOS binaries are shipped. Steps to reproduce 1. Create a new app from cli community template 2. React Native Version 0.84.0 Affected Platforms Build - Windows Output of Stacktrace or Logs MANDATORY Reproducer https://github.com/hsjoberg/rn84 Screenshots and Videos _No response_
Please provide all the information requested. Issues that do not follow this format are likely to stall. Description Changing onViewableItemsChanged on the fly is not supported React Native version: 0.63.3 Snack, code example, screenshot, or link to a repository: item.id} viewabilityConfig={{waitForInteraction: true, viewAreaCoveragePercentThreshold: 95}} onViewableItemsChanged={(info) => { console.log(info) }} /> !image