https://github.com/johnf/rn-priacy-policy-aggregation-bug
https://github.com/johnf/rn-priacy-policy-aggregation-bug
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/johnf/rn-priacy-policy-aggregation-bug
- Owner: johnf
- License: mit
- Archived: true
- Created: 2024-05-03T01:23:30.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-29T22:29:58.000Z (almost 2 years ago)
- Last Synced: 2025-01-23T20:14:24.039Z (over 1 year ago)
- Language: TypeScript
- Size: 543 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rn-priacy-policy-aggregation-bug

This is a reproducer for https://github.com/facebook/react-native/issues/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
```sh
cd ios
pod update
```
## Reproducer todo list
- [x] Create a new reproducer project.
- [x] Git clone your repository locally.
- [x] Edit the project to reproduce the failure you're seeing.
- [x] Push your changes, so that Github Actions can run the CI.
- [x] Make sure the repository is public and share the link with the issue you reported.