Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

johnf/rn-priacy-policy-aggregation-bug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rn-priacy-policy-aggregation-bug

Build

This is a reproducer for facebook/react-native#44401

NOTE: I had to upgrade to RN0.74.1 I've just done the minimal required to get to pod update stage, so the app likely won't build.

To reporoduce simply clone and

cd ios
pod update

Reproducer todo list

  • Create a new reproducer project.
  • Git clone your repository locally.
  • Edit the project to reproduce the failure you're seeing.
  • Push your changes, so that Github Actions can run the CI.
  • Make sure the repository is public and share the link with the issue you reported.