Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

facebook/react-native

cipolleschi created a comment on an issue on facebook/react-native
@JedrekDabrowski could you try and build from Xcode?

View on GitHub

cipolleschi created a comment on a pull request on facebook/react-native
This is an api change and has to be discussed in a proposal in the [discussions-and-proposals](https://github.com/react-native-community/discussions-and-proposals) repo

View on GitHub

facebook-github-bot created a comment on a pull request on facebook/react-native
This pull request was **exported** from Phabricator. Differential Revision: [D65004362](https://www.internalfb.com/diff/D65004362)

View on GitHub

cipolleschi created a comment on a pull request on facebook/react-native
This has been merged

View on GitHub

cipolleschi closed a pull request on facebook/react-native
Sort the changelog properly
Summary: While working on the changelog, I realized that version 0.75.4 ended up in between RCs of 0.76 To avoid to lose the changelog of 0.75.4 once we release 0.76, I moved it to the right place...
cipolleschi created a comment on an issue on facebook/react-native
this is fixed. If you still have the issue, you have a cached version of hermes. Please run `bundle exec pod deintegrate` and then reinstall pods with `bundle exec pod install`

View on GitHub

cipolleschi created a comment on an issue on facebook/react-native
I strongly suggest to: - start from the Podfile presented in the [template](https://github.com/react-native-community/template/blob/main/template/ios/Podfile) - every time you have to add a react...

View on GitHub

ArindamRayMukherjee created a comment on an issue on facebook/react-native
Issue persists at `0.76.0` and what more, in a project that uses C++ turbomodules, it prevents from diagnosing upgrading issues (in my case 0.74.2 to 0.76.0). After following the upgrade guide a...

View on GitHub

react-native-bot created a comment on a pull request on facebook/react-native
This pull request was successfully merged by @javache in **bd133b5dd57b18140eae51c6d7aaab02874455c1** <sup>[When will my fix make it into a release?](https://github.com/reactwg/react-native-releas...

View on GitHub

facebook-github-bot created a comment on a pull request on facebook/react-native
This pull request has been merged in facebook/react-native@bd133b5dd57b18140eae51c6d7aaab02874455c1.

View on GitHub

facebook-github-bot closed a pull request on facebook/react-native
Add featureflag to not re-order mount items in FabricMountingManager
Summary: In https://github.com/facebook/react-native/pull/44188, we've started combining multiple transactions in a single transaction, to meet React's atomicity requirements, while also dealing wi...
Muhammad-Ahmad8 starred facebook/react-native
Muhammad-Ahmad8 starred facebook/react-native
cipolleschi created a comment on an issue on facebook/react-native
This issue uses NitroModules and the error is thrown when the ReactInstance calls `loadScript` right at the beginning of the execution. I would like to have a reproducer with a vanilla React Nat...

View on GitHub

SwetaTanwar created a comment on an issue on facebook/react-native
Able to able to unblock with the same error by explicitly setting the flag as NO in podfile ``` installer.pods_project.targets.each do |target| target.build_configurations.each do |confi...

View on GitHub

migueldaipre created a comment on an issue on facebook/react-native
Fixed in #47237

View on GitHub

facebook-github-bot created a comment on a pull request on facebook/react-native
This pull request was **exported** from Phabricator. Differential Revision: [D64480048](https://www.internalfb.com/diff/D64480048)

View on GitHub

react-native-bot created a comment on a pull request on facebook/react-native
This pull request was successfully merged by @sammy-SC in **dd432790b85ef50d1b0fbe9584348b38bdd3621b** <sup>[When will my fix make it into a release?](https://github.com/reactwg/react-native-relea...

View on GitHub

facebook-github-bot closed a pull request on facebook/react-native
Use RuntimeScheduler in EventBeat 2nd try
Summary: changelog: [internal] EventBeat can use RuntimeScheduler directly, no need to go through RuntimeExecutor. Differential Revision: D64927936
facebook-github-bot pushed 1 commit to main facebook/react-native
  • Use RuntimeScheduler in EventBeat 2nd try (#47196) Summary: Pull Request resolved: https://github.com/facebook/react... dd43279

View on GitHub

migueldaipre created a comment on an issue on facebook/react-native
> > > > Hey @valery-lavrik, can you share a reproducer with minimal dependencies? > > > > The issue here could be your project's dependencies. > > > > > > > > > I thought that it might be not...

View on GitHub

react-native-bot created a comment on an issue on facebook/react-native
| :warning: | Newer Version of React Native is Available! | | --- | --- | | :information_source: | You are on a supported minor version, but it looks like there's a newer patch available - undefine...

View on GitHub

react-native-bot created a comment on an issue on facebook/react-native
| :warning: | Missing Reproducible Example | | --- | --- | | :information_source: | We could not detect a reproducible example in your issue report. Please provide either: <br /><ul><li>If your bug...

View on GitHub

react-native-bot created a comment on an issue on facebook/react-native
| :warning: | Missing Reproducible Example | | --- | --- | | :information_source: | We could not detect a reproducible example in your issue report. Please provide either: <br /><ul><li>If your bug...

View on GitHub

react-native-bot created a comment on an issue on facebook/react-native
| :warning: | Newer Version of React Native is Available! | | --- | --- | | :information_source: | You are on a supported minor version, but it looks like there's a newer patch available - 0.74.6. ...

View on GitHub

muninderkaur06 opened an issue on facebook/react-native
How can I smoothly scroll upwards in a React Native FlatList without losing my position even momentarily?
### Description ``` <FlatList extraData={postsData.data} data={postsData.data} ref={postDataRef} onScroll={handleScroll} onMomentumScrollBegin={() => setInitialRender(false)} ma...
migueldaipre created a comment on an issue on facebook/react-native
> Hey guys, after years, I was working on upgrading RN version of my app and realized this issue is still here 😅 > > So I tried my best to open a PR for addressing this bug: > > #47130 > >...

View on GitHub

react-native-bot created a comment on a pull request on facebook/react-native
This pull request was successfully merged by @zhongwuzw in **e271b23fad89e1e7da2e91a8f1e5cbb295406c74** <sup>[When will my fix make it into a release?](https://github.com/reactwg/react-native-rele...

View on GitHub

facebook-github-bot closed a pull request on facebook/react-native
[iOS] Fixes regression of RCTWindowFrameDidChangeNotification not fired
## Summary: Fixes #47234. regression from https://github.com/facebook/react-native/commit/391680fe844aad887e497912378c699aed13464b#diff-b7fda5d350ac535115fa683faa7317b43aa11f3448f95266ef9ff051c3...
facebook-github-bot closed an issue on facebook/react-native
RN 0.76 Regression - RCTWindowFrameDidChangeNotification is not called when dark mode is toggled
### Description I’ve noticed another discrepancy between RN 0.75.x and RN 0.76. With the new bare starter, my iOS native notification listener is no longer called when the user changes the color s...
Load more